[]
        
(Showing Draft Content)

C1.C1Pdf.C1PdfDocumentBase.WriteMatrix

WriteMatrix Method

WriteMatrix(Matrix, string)

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

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