다음을 통해 공유


PrinterSettings.IsDirectPrintingSupported 메서드

정의

프린터에서 이미지 파일 인쇄를 지원하는지 여부를 나타내는 값을 반환합니다.

오버로드

IsDirectPrintingSupported(ImageFormat)

프린터에서 지정된 이미지 형식 인쇄를 지원하는지 여부를 나타내는 값을 반환합니다.

IsDirectPrintingSupported(Image)

프린터에서 지정된 이미지 파일 인쇄를 지원하는지 여부를 나타내는 값을 가져옵니다.

IsDirectPrintingSupported(ImageFormat)

Source:
PrinterSettings.cs
Source:
PrinterSettings.cs
Source:
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)

Source:
PrinterSettings.cs
Source:
PrinterSettings.cs
Source:
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입니다.

적용 대상