ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / SetTransform Method
A not identity matrix for the transform.

In This Topic
    SetTransform Method (C1PdfDocument)
    In This Topic
    Sets the PDF transform (write the matrix).
    Syntax
    'Declaration
     
    
    Public Sub SetTransform( _
       ByVal matrix As Matrix _
    ) 
    public void SetTransform( 
       Matrix matrix
    )

    Parameters

    matrix
    A not identity matrix for the transform.
    See Also