SetTransform Method (C1PdfDocument)
In This Topic
Sets the PDF transform (write the matrix).
Syntax
'Declaration
Public Sub SetTransform( _
ByVal As Matrix _
)
public void SetTransform(
Matrix
)
Parameters
- matrix
- A not identity matrix for the transform.
See Also