PrinterSettings.IsDirectPrintingSupported メソッド

定義

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

オーバーロード

名前 説明
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

適用対象