PrinterSettings.IsDirectPrintingSupported メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イメージ ファイルの印刷をプリンターがサポートしているかどうかを示す値を返します。
オーバーロード
IsDirectPrintingSupported(ImageFormat) |
指定したイメージ形式の印刷をプリンターがサポートしているかどうかを示す値を返します。 |
IsDirectPrintingSupported(Image) |
指定したイメージ ファイルの印刷をプリンターがサポートしているかどうかを示す値を取得します。 |
IsDirectPrintingSupported(ImageFormat)
指定したイメージ形式の印刷をプリンターがサポートしているかどうかを示す値を返します。
public:
bool IsDirectPrintingSupported(System::Drawing::Imaging::ImageFormat ^ imageFormat);
public bool IsDirectPrintingSupported (System.Drawing.Imaging.ImageFormat imageFormat);
member this.IsDirectPrintingSupported : System.Drawing.Imaging.ImageFormat -> bool
Public Function IsDirectPrintingSupported (imageFormat As ImageFormat) As Boolean
パラメーター
- imageFormat
- ImageFormat
印刷する ImageFormat。
戻り値
指定したイメージ形式の印刷をプリンターがサポートしている場合は true
。それ以外の場合は false
。
適用対象
IsDirectPrintingSupported(Image)
指定したイメージ ファイルの印刷をプリンターがサポートしているかどうかを示す値を取得します。
public:
bool IsDirectPrintingSupported(System::Drawing::Image ^ image);
public bool IsDirectPrintingSupported (System.Drawing.Image image);
member this.IsDirectPrintingSupported : System.Drawing.Image -> bool
Public Function IsDirectPrintingSupported (image As Image) As Boolean
パラメーター
- image
- Image
印刷するイメージ。
戻り値
指定したイメージの印刷をプリンターがサポートしている場合は true
。それ以外の場合は false
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET