#include “BlackIceDEVMODE.h”
BOOL GetPdfAOpenAtPage(BlackIceDEVMODE* pDevMode, int* pPage);
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* pPage - pointer to the variable, that contains the page value.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None