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<T> 値の PhotoPrintingIntent

注釈

プリンターが写真品質のオプションをサポートしていない場合、コレクションは空です。

このプロパティは、印刷スキーマPagePhotoPrintingIntentの に対応します。

適用対象