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 _
) 
 

Parameters

matrix
A not identity matrix for the transform.
See Also