Table of Contents
GfxMatrix Property

Gets or sets the current graphic matrix.

Syntax
 public PdfMatrix GfxMatrix { get; set; }
Remarks

Graphics matrix maps user space coordinates into output device coordinates.

See Also