FPDF_VIEWERREF_GetPrintScaling function

  1. @Native<FPDF_BOOL Function(FPDF_DOCUMENT)>(FPDF_DOCUMENT)>()
int FPDF_VIEWERREF_GetPrintScaling(
  1. 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);