PrintCapabilities.PhotoPrintingIntentCapability 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取值的集合,这些值用于标识打印机支持的、用于打印照片的质量选项。
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<T> 值的一个 PhotoPrintingIntent。
注解
如果打印机不支持照片质量选项,则集合为空。
此属性对应于 打印架构的 PagePhotoPrintingIntent
。