M_PDFiumSharp_PDFium_FPDF_GetPageSizeByIndex - ArgusMagnus/PDFiumSharp GitHub Wiki
Get the size of the page at the given index.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static bool FPDF_GetPageSizeByIndex(
FPDF_DOCUMENT document,
int page_index,
out double width,
out double height
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to document. - page_index
- Type: System.Int32
- width
- Type: System.Double
Pointer to a double to receive the page width (in points). - height
- Type: System.Double
Pointer to a double to receive the page height (in points).
Type: Boolean