PdfMatrix.IsIdentity Method

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#
public bool IsIdentity()
VB
Public Function IsIdentity As Boolean

Return Value

Type: Boolean
true if the PdfMatrix structure is an identity matrix; otherwise, false.

See Also