Category 2D interface, Object ProPDF

Function ProPDFoptionsIntpropertySet


Description
Sets the value for an integer or enum property to the PDF options structure.
Synopsis
#include <ProPDF.h>
ProErrorProPDFoptionsIntpropertySet(
ProPDFOptions options
/* (In)
The options structure.
*/
ProPDFOptionType type
/* (In)
The option type.
*/
int value
/* (In)
The option value.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_TYPEThis option type is not an integer value type.

Manual References:

  1. Interface: Data Exchange: Exporting to PDF and U3D
  2. Interface: Data Exchange: Exporting to PDF and U3D