PrintSupportPrinterSelectedEventArgs.AllowedAdditionalFeaturesAndParametersCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the number of features and parameters that can be displayed in the print dialog.
public:
property unsigned int AllowedAdditionalFeaturesAndParametersCount { unsigned int get(); };
uint32_t AllowedAdditionalFeaturesAndParametersCount();
public uint AllowedAdditionalFeaturesAndParametersCount { get; }
var uInt32 = printSupportPrinterSelectedEventArgs.allowedAdditionalFeaturesAndParametersCount;
Public ReadOnly Property AllowedAdditionalFeaturesAndParametersCount As UInteger
Property Value
The number of features and parameters that can be displayed in the print dialog.
Remarks
Specify additional features and parameters for the print dialog by calling SetAdditionalFeatures) and SetAdditionalParameters).