FPDF_VIEWERREF_GetPrintScaling function
- @Native<FPDF_BOOL Function(FPDF_DOCUMENT)>(FPDF_DOCUMENT)>()
- FPDF_DOCUMENT document
Function: FPDF_VIEWERREF_GetPrintScaling Whether the PDF document prefers to be scaled or not. Parameters: document - Handle to the loaded document. Return value: None.
Implementation
@ffi.Native<FPDF_BOOL Function(FPDF_DOCUMENT)>()
external int FPDF_VIEWERREF_GetPrintScaling(FPDF_DOCUMENT document);