PdfXObject.Matrix Property

Gets or sets the form matrix.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfMatrix Matrix { get; set; }
VB
Public Property Matrix As PdfMatrix
	Get
	Set

Property Value

Type: PdfMatrix
The form matrix, which maps from the form space into the current user space.

Remarks

Default value: { 1; 0; 0; 1; 0; 0 }.

See Also