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