PrintCapabilities.OutputColorCapability Propriedade

Definição

Obtém uma coleção de valores que especificam as formas como uma impressora pode imprimir conteúdo com cor e tons de cinzento.

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)

Valor de Propriedade

A ReadOnlyCollection<T> de OutputColor valores.

Observações

Se a impressora não suportar opções de cor de saída, a coleção fica vazia.

Esta propriedade corresponde à palavra-chave do PageOutputColor.

Aplica-se a