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)

プロパティ値

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

例外

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

注釈

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

このプロパティの値は null 、この機能設定が指定されていないことを意味します。 また、値が の場合、 null(および GetXmlStreamを参照) SaveToPrintTicket XML バージョンには、この機能のマークアップは含まれません。

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

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

適用対象