SetPdfASubject

Specifies the value of the subject of the PDF/A document. If the number of characters in the subject string is more than (MAX_SUBJECT_LNG - 1) the method returns FALSE.

 

SetPdfASubject (pBlackIceDEVMODE As Long, szSubject As String) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - value of the subject to set.

Return value - TRUE on success, otherwise FALSE.

 

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