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

适用于