Table of Contents

Method Transform

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Transform(PdfMatrix)

Transforms coordinate system of this PdfCanvas by multiplying its current transformation matrix by specified PdfMatrix.

public void Transform(PdfMatrix transformation)

Parameters

transformation PdfMatrix

The matrix that multiplies current transformation matrix of this PdfCanvas.