PrintCapabilities.OutputQualityCapability Egenskap

Definition

Hämtar en samling värden som anger vilka typer av utdatakvalitet som skrivaren stöder.

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)

Egenskapsvärde

En ReadOnlyCollection<T> med OutputQuality värden.

Kommentarer

Uppräkningen har till exempel OutputQuality värden för Draftbland annat , Normaloch High kvalitet.

Om skrivaren inte stöder val av utdatakvalitet är samlingen tom.

Den här egenskapen motsvarar nyckelordet för utskriftsschematPageOutputQuality.

Gäller för