SetPdfOpenZoom 

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 custom(4) (The selected Magnification mode can be set by the SetPdfOpenMagnification function). 

SetPdfOpenZoom (pBlackIceDEVMODE As Long, lZoom As Long) As Boolean

Input value    - pointer to the BlackIceDEVMODE structure.

                        - the custom zoom percentage

Return value - TRUE on success, otherwise FALSE.

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.