GetPdfOpenZoom 

#include “BlackIceDEVMODE.h”

 

BOOL             GetPdfOpenZoom (BlackIceDEVMODE* pDevMode, int* pZoom);

Description

This value specifies the custom zoom value what used in the viewer application when the output PDF document is opened. The custom zoom used only if the Magnification mode is set to BLF_PDF_OPEN_MAGNIFICATION_CUSTOM (4) (The selected Magnification mode can be returned by the GetPdfOpenMagnification function).

Parameters

BlackIceDEVMODE* pDevMode              - pointer to the BlackIceDEVMODE structure.

int* pZoom                                             - pointer to the variable, that contains the custom zoom value.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None