PrintCapabilities.OutputColorCapability Property

Definition

Gets a collection of values that specify the ways in which a printer can print content with color and shades of gray.

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

Property Value

A ReadOnlyCollection<T> of OutputColor values.

Remarks

If the printer does not support output color options, the collection is empty.

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

Applies to