FPDFDoc_GetPageMode function
- @Native<FPDF_BOOL Function(FPDF_DOCUMENT)>(FPDF_DOCUMENT)>()
- 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);