SetPdfTitle

Specifies the value of the title of the PDF document. If the number of characters in the title string is more than (MAX_TITLE_LNG - 1) the method returns FALSE.

 

SetPdfTitle (pBlackIceDEVMODE As Long, szTitle As String) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - value of the title to set.

Return value - TRUE on success, otherwise FALSE.

 

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