PrintTicket.PhotoPrintingIntent プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
写真の印刷で使用される品質レベルを定性的な用語で示した値を取得または設定します。
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 、この機能設定が指定されていないことを意味します。 また、値が指定されている場合、 nullXML バージョンの PrintTicket (see SaveTo and GetXmlStream) には、この機能のマークアップは含まれません。
このプロパティは、 印刷スキーマの PagePhotoPrintingIntent キーワードに対応します。
プロパティを使用して、プリンターでサポートされるオプションを PhotoPrintingIntentCapability テストできます。