Click or drag to resize

PdfiumFPDFAvail_GetFirstPageNum Method

Get page number for the first available page in a linearized PDF

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFAvail_GetFirstPageNum(
	IntPtr document
)

Parameters

document  IntPtr
A document handle returned by FPDFAvail_GetDocument(IntPtr, String)

Return Value

Int32
Zero-based index for the first available page.
Remarks
For most linearized PDFs, the first available page would be just the first page, however, some PDFs might make other page to be the first available page. For non-linearized PDF, this function will always return zero.
See Also