Click or drag to resize

PdfiumFPDFMatrix_IsIdentity Method

Gets a value indicating whether the specified Matrix is the identity matrix.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFMatrix_IsIdentity(
	FS_MATRIX matrix
)

Parameters

matrix  FS_MATRIX
The matrix

Return Value

Boolean
true if the Matrix is identity; otherwise, false.
See Also