Category 2D interface, Object ProPDF

Function ProPDFoptionsDoublepropertySet


Description
Sets the value for a double property to the PDF options structure.
Synopsis
#include <ProPDF.h>
ProErrorProPDFoptionsDoublepropertySet(
ProPDFOptions options
/* (In)
The options structure.
*/
ProPDFOptionType type
/* (In)
The option type.
*/
double 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 a double value type.

Manual References:

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