SetPdfAAuthor

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

 

SetPdfAAuthor (pBlackIceDEVMODE As Long, szAuthor As String) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - value of the author to set.

Return value - TRUE on success, otherwise FALSE.

 

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