 | PdfiumFPDFMatrix_Is90Rotated Method |
Gets a value indicating whether the Matrix is rotated.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFMatrix_Is90Rotated(
FS_MATRIX matrix
)
Public Shared Function FPDFMatrix_Is90Rotated (
matrix As FS_MATRIX
) As Boolean
public:
static bool FPDFMatrix_Is90Rotated(
FS_MATRIX^ matrix
)
static member FPDFMatrix_Is90Rotated :
matrix : FS_MATRIX -> bool
public static boolean FPDFMatrix_Is90Rotated(
FS_MATRIX matrix
)
Patagames.Pdf.Pdfium.FPDFMatrix_Is90Rotated = function(matrix);
Parameters
- matrix FS_MATRIX
- The matrix
Return Value
Booleantrue if the Matrix is rotated; otherwise, false.
See Also