Table of Contents

Property Matrix

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

Matrix

Gets or sets the form matrix.

public PdfMatrix Matrix { get; set; }

Property Value

PdfMatrix

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

Remarks

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