Click or drag to resize

PdfiumFPDFMatrix_IsInvertible Method

Gets a value indicating whether the specified Matrix is invertible.

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

Parameters

matrix  FS_MATRIX
The matrix

Return Value

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