Share via


PrintSupportPrinterSelectedEventArgs.AllowedAdditionalFeaturesAndParametersCount Property

Definition

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

UInt32

unsigned int

uint32_t

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.

Applies to