PrintTicket.PhotoPrintingIntent プロパティ

定義

写真の印刷で使用される品質レベルを定性的な用語で示した値を取得または設定します。

public:
 property Nullable<System::Printing::PhotoPrintingIntent> PhotoPrintingIntent { Nullable<System::Printing::PhotoPrintingIntent> get(); void set(Nullable<System::Printing::PhotoPrintingIntent> value); };
public System.Printing.PhotoPrintingIntent? PhotoPrintingIntent { get; set; }
member this.PhotoPrintingIntent : Nullable<System.Printing.PhotoPrintingIntent> with get, set
Public Property PhotoPrintingIntent As Nullable(Of PhotoPrintingIntent)

プロパティ値

Nullable<PhotoPrintingIntent>

写真の品質レベルを示す PhotoPrintingIntent 値。

例外

呼び出し元のコードが、プロパティを PhotoPrintingIntent 列挙体に含まれていない値に設定しようとしました。

注釈

写真プリンター ドライバーは、このプロパティの定性式を、解像度やその他の要因の特定の定量的な値に変換します。

このプロパティの値は null 、この機能設定が指定されていないことを意味します。 また、値が指定されている場合、 nullXML バージョンの PrintTicket (see SaveTo and GetXmlStream) には、この機能のマークアップは含まれません。

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

プロパティを使用して、プリンターでサポートされるオプションを PhotoPrintingIntentCapability テストできます。

適用対象