SetPdfAKeywords

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

 

SetPdfAKeywords (pBlackIceDEVMODE As Long, szKeywords As String) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - value of the keywords to set.

Return value - TRUE on success, otherwise FALSE.

 

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