Click or drag to resize

PdfMatrixIsIdentity Property

Gets a value that indicates whether this PdfMatrix structure is an identity matrix.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public bool IsIdentity { get; }

Property Value

Boolean
if the PdfMatrix structure is an identity matrix; otherwise, . The default is .
See Also