WriteMatrix Method (C1PdfDocument)
In This Topic
Writes raw content into the Pdf stream for the current page.
Syntax
'Declaration
Protected Sub WriteMatrix( _
ByVal As Matrix, _
Optional ByVal As String _
)
protected void WriteMatrix(
Matrix ,
string
)
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