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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.