SetPdfAOpenZoom 

#include “BlackIceDEVMODE.h”

 

BOOL             SetPdfAOpenZoom (BlackIceDEVMODE* pDevMode, int iZoom);

Description

This value specifies the custom zoom value what used in the viewer application when the output PDF/A 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 set by the SetPdfAOpenMagnification function).

Parameters

BlackIceDEVMODE* pDevMode              - pointer to the BlackIceDEVMODE structure.

int  iZoom                                                              - contains the custom zoom value to set.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None