Limited time promo

GetOverrideOptionEncryptedString

English

This help topic applies only to novaPDF. If you don't have it yet, you must download it first.

Download now Buy licenses
Apr 14, 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 GetOverrideOptionEncryptedString method gets an override printing option of encrypted string type
HRESULT GetOverrideOptionEncryptedString(
    [in] LONG p_nOption,
    [out, string] LPWSTR* p_pwsValue
);

Parameters:

p_nOption
    [in] option constant

p_pwsValue
    [out] string value

Return values:

S_OK on success or COM error code
NV_NOT_INITIALIZED - Initialize was not called
NV_INVALID_OPTION - wrong option constant

Remarks:

You can find the complete list of override options 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.
Override options are not part of the profile. These options override the options from the active profile.