#include “BlackIceDEVMODE.h”
BOOL SetPdfAOpenAtPage (BlackIceDEVMODE* pDevMode, int iPage);
Description
This value specifies the first page to show when opening the printed PDF/A file in the PDF viewer. The pages are indexed from 1.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int iPage - contains the page value to set.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None