API

CibPdfBrJobSetProperty

Sets the value of a property for a given CIB pdf brewer job. ANSI version is CibPdfBrJobSetPropertyA, Unicode wide version CibPdfBrJobSetPropertyW.

Syntax

C
int CibPdfBrJobSetPropertyA(
  CibPdfBrJobHandle a_hJob,
const char *a_pName,
const char *a_pValue
);

Parameters

CibPdfBrJobHandle a_hJob: Handle of the job.>

const char* a_pName: Name of the property.

const char* a_pValue: Value to set for the property a_pName.

Return value

If 0 is returned, the function succeeded, function failed otherwise. Check error code list.