GetPdfAOpenShowTitle 

#include “BlackIceDEVMODE.h”

 

BOOL             GetPdfAOpenShowTitle (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/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* 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