PrintCapabilities.OutputColorCapability 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 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.