Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPattern.Matrix Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfTransformationMatrix Matrix { get; }

Property Value

Type Description
DevExpress.Pdf.PdfTransformationMatrix

A PdfTransformationMatrix object that represents the pattern matrix.

See Also