API ドキュメンテーション > 2D interface > Object ProPDF > Function ProPDFoptionsIntpropertySet
Function ProPDFoptionsIntpropertySet
Description
Sets the value for an integer or enum property to the PDF options structure.
Synopsis
#include <ProPDF.h>
ProPDFoptionsIntpropertySet
(
/* (In)
The options structure.
*/
/* (In)
The option type.
*/
int value
/* (In)
The option value.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
This option type is not an integer value type.
User Guide References
これは役に立ちましたか?