#include “BlackIceDEVMODE.h”
BOOL GetPdfOpenShowTitle (BlackIceDEVMODE* pDevMode, BOOL* pEnable);
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 file format > PDF Settings > Description Tab) or not when opening the printed PDF file.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL* pEnable - pointer to the variable, that contains the state of the Show document title 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