Click or drag to resize

PdfiumFPDFMatrix_Is90Rotated Method

Gets a value indicating whether the Matrix is rotated.

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

Parameters

matrix  FS_MATRIX
The matrix

Return Value

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