CIB pdf toolbox 2 technical documentation

2. API Documentation

2.6. CibPdf2JobSetPropertyWSimple

uint32_t CibPdf2JobSetPropertyWSimple(CibPdfJobHandle job, const wchar_t* name, constwchar_t* value);

Same as CibPdf2JobSetPropertyWSimple, but the length of value is determined by a 0-
Terminator.

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)

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