FPDFDoc_GetPageMode function

  1. @Native<FPDF_BOOL Function(FPDF_DOCUMENT)>(FPDF_DOCUMENT)>()
int FPDFDoc_GetPageMode(
  1. FPDF_DOCUMENT document
)

Get the document's PageMode.

doc - Handle to document.

Returns one of the |PAGEMODE_*| flags defined above.

The page mode defines how the document should be initially displayed.

Implementation

@ffi.Native<ffi.Int Function(FPDF_DOCUMENT)>()
external int FPDFDoc_GetPageMode(FPDF_DOCUMENT document);