[]
Writes raw content into the PDF stream for the current page.
protected void WriteMatrix(Matrix3x2 m, string cmd = "cm")
Type | Name | Description |
---|---|---|
Matrix3x2 | m | A 3-by-3 affine matrix that represents a geometric transform. |
string | cmd | The action text command.By default, "cm" is concatenate matrix to current transformation matrix 4.7 156. |