#include “BlackIceDEVMODE.h”
BOOL SetPdfAOpenShowTitle (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
This value specifies that the viewer application should display the Document Title specified in the document’s properties (In the Black Ice Printer Driver Printing Preferences > File Formats > Select PDF or PDF/A file format > PDF Settings > Description Tab) or not when opening the printed PDF/A file.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - contains the state of the Hide controls option:
FALSE: The viewer doesn’t display the Document Title in the window’s title bar when opening the output PDF file.
TRUE: The viewer displays the Document Title in the window’s title bar when opening the output PDF file.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None