API
Sets the value of a property for a given CIB pdf brewer job. ANSI version is CibPdfBrJobSetPropertyA, Unicode wide version CibPdfBrJobSetPropertyW.
Syntax
C |
---|
int CibPdfBrJobSetPropertyA( |
Parameters
CibPdfBrJobHandle a_hJob:
Handle of the job.>
const char* a_pName: Name of the property.
const char* a_pValue: Value to set for the property a_pName.
Return value
If 0 is returned, the function succeeded, function failed otherwise. Check error code list.