API 文档 > 2D interface > Object ProPDF > Function ProPDFoptionsBoolpropertySet
Function ProPDFoptionsBoolpropertySet
Description
Sets the value for a boolean property to the PDF options structure.
Synopsis
#include <ProPDF.h>
ProPDFoptionsBoolpropertySet
(
/* (In)
The options structure.
*/
/* (In)
The option type.
*/
/* (In)
The option value.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
This option type is not a boolean value type.
这对您有帮助吗?