CIB pdf toolbox 2 technical documentation
2. API Documentation
2.5. CibPdf2JobSetPropertyUtf8
uint32_t CibPdf2JobSetPropertyUtf8(CibPdfJobHandle job, const char* name, const char* value,size_t length);
By this function you can configure a job with properties.
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) |
size_t |
length |
Length of value |
The function returns 0 on success, otherwise an error code.