API

CibPdfBrJobSetProperty

Setzt den Wert einer Property für einen gegebenen CIB pdf brewer Job. ANSI Version ist CibPdfBrJobSetPropertyA, Unicode-weite Version ist  CibPdfBrJobSetPropertyW.

Syntax

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

Parameter

CibPdfBrJobHandle a_hJob: Handle des Jobs.

const char* a_pName: Name der Property.

const char* a_pValue: Wert, welcher für Property a_pName zu setzen ist. 

Rückgabewert

Wenn 0 zurückgegeben wird, war die Funktion erfolgreich, andernfalls schlug die Funktion fehl. Prüfen Sie die Fehlercodeliste.