PrintCapabilities.PhotoPrintingIntentCapability Propriedade

Definição

Obtém uma coleção de valores que identificam as opções de qualidade que a impressora suporta para imprimir fotografias.

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

Valor de Propriedade

A ReadOnlyCollection<T> de PhotoPrintingIntent valores.

Observações

Se a impressora não suportar opções de qualidade fotográfica, a coleção fica vazia.

Esta propriedade corresponde ao .PagePhotoPrintingIntent

Aplica-se a