[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocumentBase.WriteMatrix

WriteMatrix Method

WriteMatrix(Matrix3x2, string)

Writes raw content into the PDF stream for the current page.

Declaration
protected void WriteMatrix(Matrix3x2 m, string cmd = "cm")
Parameters
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.