GetPdfOpenShowTitle 

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. 

GetPdfOpenShowTitle (pBlackIceDEVMODE As Long) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

Return value - the state of the Show document title option.

-          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.

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.