FPDF_VIEWERREF_GetPrintScaling method
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);
}