Skip to main content

PdfPattern.Matrix Property

Gets a pattern matrix that specifies the transformation from pattern space to user space.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfTransformationMatrix Matrix { get; }

Property Value

Type Description
DevExpress.Pdf.PdfTransformationMatrix

A PdfTransformationMatrix object that represents the pattern matrix.

See Also