CIB pdf toolbox 2 technical documentation
2. API Documentation
2.7. CibPdf2JobSetPropertyUtf8Simple
uint32_t CibPdf2JobSetPropertyUtf8Simple(CibPdfJobHandle job, const char* name, constchar* value);
Same as CibPdf2JobSetPropertyUtf8, but the length of value is determined by a 0-Terminator.
Parameter:
Type |
VariableĀ |
Meaning |
CibPdfJobHandle |
JobĀ |
Handle of the job |
const char* |
name |
Name of the job-property (in UTF-8) |
const char* |
value |
Value of the job-property (in UTF-8) |
The function returns 0 on success, otherwise an error code.