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.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntaxpublic PdfMatrix Transform { get; set; }Public Property Transform As PdfMatrix
Get
Set
Property Value
PdfMatrix
An array of six numbers specifying the form matrix, which maps form space into user space.
See Also