PrinterSettings.IsDirectPrintingSupported メソッド

定義

イメージ ファイルの印刷をプリンターがサポートしているかどうかを示す値を返します。

オーバーロード

IsDirectPrintingSupported(ImageFormat)

指定したイメージ形式の印刷をプリンターがサポートしているかどうかを示す値を返します。

IsDirectPrintingSupported(Image)

指定したイメージ ファイルの印刷をプリンターがサポートしているかどうかを示す値を取得します。

IsDirectPrintingSupported(ImageFormat)

ソース:
PrinterSettings.cs
ソース:
PrinterSettings.cs
ソース:
PrinterSettings.cs

指定したイメージ形式の印刷をプリンターがサポートしているかどうかを示す値を返します。

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)

ソース:
PrinterSettings.cs
ソース:
PrinterSettings.cs
ソース:
PrinterSettings.cs

指定したイメージ ファイルの印刷をプリンターがサポートしているかどうかを示す値を取得します。

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

適用対象