Gets a value that indicates whether this
PdfMatrix structure is an
identity matrix.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
VB
Public Function IsIdentity As Boolean
Return Value
Type:
Booleantrue if the
PdfMatrix structure is an identity matrix;
otherwise,
false.
See Also