Limited time promo

SetPrinterServerFlags

English

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

Download now Buy licenses
Mar 22, 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 SetPrinterServerFlags method sets the profiles usage options for a printer
HRESULT SetPrinterServerFlags(
[ in, string ] LPCWSTR p_wsPrinterName,
[ in ] BOOL p_bAllowPrivateProfiles,
[ in ] BOOL p_bShowSelectProfile,
[ in ] BOOL p_bAllowHideDialog
);

Parameters:

p_wsPrinterName
[in, string] printer name
p_bAllowPrivateProfiles
[in] allow private profiles
p_bShowSelectProfile
[in] show select profiles dialog for all users
p_bAllowHideDialog
[in] allow users to hide select profiles dialog

Return values:

S_OK on success or COM error code
NV_SERVICE_ERROR - error connecting to novaPDF Server service