The SetLayoutOptionBool2 method sets an option of boolean type for a layout object
HRESULT SetLayoutOptionBool2(
[ in, string ] BSTR p_pwsObjectId,
[ in, string ] BSTR p_pwsLayoutId,
[ in ] LONG p_nOption,
[ in ] BOOL p_bValue
);
Parameters:
p_pwsObjectId
[in] object id (watermark text, watermark image, overlay, signature or content)
p_pwsLayoutId
[in] layout id (obtained with GetLayout2 )
p_wsOption
[in] option constant
p_bValue
[in] the value of the option to set.
Return values:
S_OK on success or COM error code
NV_NOT_INITIALIZED - Initialize was not called
NV_UNKNOWN_PROFILE - no profile loaded
NV_INVALID_OPTION - wrong option constant
NV_PROFILE_ERROR - cannot find option in profile
NV_WRONG_OPTION_TYPE - option is not of type long
Remarks:
You can find the complete list of option names in the Profile option strings chapter. In the Include folder of novaPDF SDK installation folder you can find the definitions for all options in the next files: novaOptions.h, novaOptions.pas, Globals.bas.