PdfMatrixIsIdentity Property |
Gets a value that indicates whether this
PdfMatrix structure is an identity matrix.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic bool IsIdentity { get; }Public ReadOnly Property IsIdentity As Boolean
Get
Property Value
Boolean if the
PdfMatrix structure is an identity matrix; otherwise,
. The default is
.
See Also