PrintCapabilities.OutputQualityCapability Eigenschap

Definitie

Hiermee haalt u een verzameling waarden op die aangeven welke typen uitvoerkwaliteit de printer ondersteunt.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::OutputQuality> ^ OutputQualityCapability { System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::OutputQuality> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.OutputQuality> OutputQualityCapability { get; }
member this.OutputQualityCapability : System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.OutputQuality>
Public ReadOnly Property OutputQualityCapability As ReadOnlyCollection(Of OutputQuality)

Waarde van eigenschap

Een ReadOnlyCollection<T> waarde OutputQuality .

Opmerkingen

De opsomming bevat bijvoorbeeld OutputQuality waarden voor Draft, Normalen High kwaliteit.

Als de printer geen ondersteuning biedt voor selectie van uitvoerkwaliteit, is de verzameling leeg.

Deze eigenschap komt overeen met het trefwoord van het afdrukschemaPageOutputQuality.

Van toepassing op