CIB pdf toolbox 2 technical documentation

2. API Documentation

2.4. CibPdf2JobSetPropertyW

uint32_t CibPdf2JobSetPropertyW(CibPdfJobHandle job, const wchar_t* name, const wchar_t*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 wchar_t*

name

Name of the job-property (UNICODE)

const wchar_t*

value

Value of the job-property (UNICODE)

size_t

length

Length of value

The function returns 0 on success, otherwise an error code.