PrintCapabilities.OutputQualityCapability 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 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.