API
Returns the value of a property for a given CIB pdf brewer job. ANSI version is CibPdfBrJobGetPropertyA, Unicode wide version CibPdfBrJobGetPropertyW.
Syntax
C |
---|
int CibPdfBrJobGetPropertyA( |
Parameters
CibPdfBrJobHandle a_hJob: >Handle of the job.
const char* a_pName: Name of the property.
char* a_pValue: Storage pointer for the property value, buffer.
size_t* a_Length: Length of the written value.>
Return value
If 0 is returned, the function succeeded, function failed otherwise. Check error code list.