Gets a value indicating whether this
PdfMatrix structure is invertible.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool IsInvertible { get; }
VB
Public ReadOnly Property IsInvertible As Boolean
Get
Property Value
Type:
Booleantrue if this
PdfMatrix is invertible; otherwise,
false.
See Also