[]
Writes raw content into the Pdf stream for the current page.
protected void WriteMatrix(Matrix m, string cmd = "cm")
Type | Name | Description |
---|---|---|
Matrix | 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. |