Click or drag to resize

PdfFormTransform Property

(Optional) An array of six numbers specifying the form matrix, which maps form space into user space (see 8.3.4, "Transformation Matrices"). Default value: the identity matrix [1 0 0 1 0 0].

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public PdfMatrix Transform { get; set; }

Property Value

PdfMatrix
An array of six numbers specifying the form matrix, which maps form space into user space.
See Also