ComponentOne PDF for .NET
C1.Pdf Namespace / C1PdfDocumentBase Class / WriteMatrix(Matrix,String) 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(Matrix,String) Method
    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