Click or drag to resize

PdfiumFPDFMatrix_IsScaled Method

Gets a value indicating whether the Matrix is scaled.

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

Parameters

matrix  FS_MATRIX
Matrix to check.

Return Value

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