PrintCapabilities.PhotoPrintingIntentCapability 屬性

定義

取得值集合,這個值識別印表機支援的相片列印品質選項。

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)

屬性值

ReadOnlyCollection<PhotoPrintingIntent>

ReadOnlyCollection<T> 值的 PhotoPrintingIntent

備註

如果印表機不支援相片品質的選項,則集合是空的。

這個屬性會對應至 列印架構PagePhotoPrintingIntent

適用於