FPDF_VIEWERREF_GetPrintScaling method

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

int FPDF_VIEWERREF_GetPrintScaling(FPDF_DOCUMENT document) {
  return _FPDF_VIEWERREF_GetPrintScaling(document);
}