PrintCapabilities.OutputQualityCapability Property

Definition

Gets a collection of values that indicate the types of output quality the printer supports.

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)

Property Value

A ReadOnlyCollection<T> of OutputQuality values.

Remarks

For example, the OutputQuality enumeration has values for Draft, Normal, and High quality, among others.

If the printer does not support output quality selection, the collection is empty.

This property corresponds to the Print Schema's PageOutputQuality keyword.

Applies to