This help topic applies only to novaPDF. If you don't have it yet, you must download it first.
Download now Buy licenses
Adrian (Softland)
Apr 08, 2022
novaPDF 11.x
We strive to keep our help as accurate as possible. If you notice any inconsistencies or outdated info please let us know.
The GetActionOptionString method retrieves an option of string type for an action
HRESULT GetActionOptionString(
[in, string] LPCWSTR p_pwsActionId,
[in] LONG p_nOption,
[out, string] LPWSTR* p_pwsValue
);
Parameters:
p_pwsActionId
[in] Action id
p_wsOption
[in] option constant
p_pwsValue
[out] the value of the option
Return values:
S_OK
on success or COM error codeNV_NOT_INITIALIZED
- Initialize was not calledNV_UNKNOWN_PROFILE
- no profile loadedNV_INVALID_ACTION
- wrong action idNV_INVALID_OPTION
- wrong option constantNV_PROFILE_ERROR
- cannot find option in profileNV_WRONG_OPTION_TYPE
- option is not of type longRemarks:
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.