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
。