The GetOverrideOptionLong method gets an override printing option of long type
HRESULT GetOverrideOptionLong(
[in] LONG p_nOption,
[out] LONG* p_pValue
);
Parameters:
p_nOption
[in] option constant
p_plValue
[out] long integer value
Return values:
S_OK
on success or COM error codeNV_NOT_INITIALIZED
- Initialize was not calledNV_INVALID_OPTION
- wrong option constantRemarks:
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.