ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / WriteMatrix Method
A 3-by-3 affine System.Drawing.Drawing2D.Matrix that represents a geometric transform.
The action text command.By default, "cm" is concatenate matrix to current transformation matrix 4.7 156.

In This Topic
    WriteMatrix Method (C1PdfDocument)
    In This Topic
    Writes raw content into the Pdf stream for the current page.
    Syntax
    'Declaration
     
    
    Protected Sub WriteMatrix( _
       ByVal m As Matrix, _
       Optional ByVal cmd As String _
    ) 
    protected void WriteMatrix( 
       Matrix m,
       string cmd
    )

    Parameters

    m
    A 3-by-3 affine System.Drawing.Drawing2D.Matrix that represents a geometric transform.
    cmd
    The action text command.By default, "cm" is concatenate matrix to current transformation matrix 4.7 156.
    See Also