API 설명서 > 2D interface > Object ProPDF > Function ProPDFoptionsDoublepropertySet
Function ProPDFoptionsDoublepropertySet
Description
Sets the value for a double property to the PDF options structure.
Synopsis
#include <ProPDF.h>
ProPDFoptionsDoublepropertySet
(
/* (In)
The options structure.
*/
/* (In)
The option type.
*/
double value
/* (In)
The option value.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
This option type is not a double value type.
User Guide References
도움이 되셨나요?