The SetPrinterOption method sets a general printer option of long int type
HRESULT SetPrinterOption(
[ in ] LONG p_nOption,
[ in ] LONG p_lValue
);
Parameters:
p_nOption
[in] option constant
p_lValue
[in] long integer value to set
Return values:
S_OK on success or COM error code
NV_NOT_INITIALIZED - Initialize was not called, printer name unknown
NV_INVALID_OPTION - cannot set a general (all users) option on client computers
Remarks:
Sets general options that are not part of a profile (like show or not the select profile dialog. You can find the complete list of option names in the Profile option strings chapter, general settings tables. 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.