#include “BlackIceDEVMODE.h”
BOOL SetPdfAKeywords (BlackIceDEVMODE* pDevMode, LPTSTR pKeywords);
Description
Sets the keywords of the PDF/A document. The maximum number of characters in the keywords is (MAX_KEYWORDS_LNG - 1). The MAX_KEYWORDS_LNG is declared in DEVMODE.h. If the length of the keywords is too large, the function returns FALSE.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPTSTR pKeywords - keywords of the PDF document
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None