Click or drag to resize

PdfPatternTransform Property

(Optional) An array of six numbers specifying the pattern matrix (see 8.7.2, "General Properties of Patterns"). Default value: the identity matrix [1 0 0 1 0 0].

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

Property Value

PdfMatrix
An array of six numbers specifying the pattern matrix.
See Also