PrintCapabilities.OutputColorCapability Eigenschap

Definitie

Hiermee haalt u een verzameling waarden op waarmee de manieren worden opgegeven waarop een printer inhoud kan afdrukken met kleur en grijstinten.

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)

Waarde van eigenschap

Een ReadOnlyCollection<T> waarde OutputColor .

Opmerkingen

Als de printer geen uitvoerkleuropties ondersteunt, is de verzameling leeg.

Deze eigenschap komt overeen met het trefwoord van het afdrukschemaPageOutputColor.

Van toepassing op