#include “BlackIceDEVMODE.h”
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/A Settings > Description Tab) or not when opening the printed PDF/A file.
SetPdfAOpenShowTitle (pBlackIceDEVMODE As Long, bEnable As Boolean) As Boolean
pBlackIceDEVMODE - pointer to the BlackIceDEVMODE structure.
bEnable
- If FALSE: The viewer doesn’t display the Document Title in the window’s title bar when opening the output PDF file.
- If 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.
NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.