PrinterSettings.IsDirectPrintingSupported Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur indiquant si l'imprimante prend en charge l'impression d'un fichier image.
Surcharges
IsDirectPrintingSupported(ImageFormat) |
Retourne une valeur indiquant si l'imprimante prend en charge l'impression du format d'image spécifié. |
IsDirectPrintingSupported(Image) |
Obtient une valeur indiquant si l'imprimante prend en charge l'impression du fichier image spécifié. |
IsDirectPrintingSupported(ImageFormat)
- Source:
- PrinterSettings.cs
- Source:
- PrinterSettings.cs
- Source:
- PrinterSettings.cs
Retourne une valeur indiquant si l'imprimante prend en charge l'impression du format d'image spécifié.
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
Paramètres
- imageFormat
- ImageFormat
ImageFormat à imprimer.
Retours
true
si l'imprimante prend en charge l'impression du format d'image spécifié ; sinon, false
.
S’applique à
IsDirectPrintingSupported(Image)
- Source:
- PrinterSettings.cs
- Source:
- PrinterSettings.cs
- Source:
- PrinterSettings.cs
Obtient une valeur indiquant si l'imprimante prend en charge l'impression du fichier image spécifié.
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
Paramètres
- image
- Image
Image à imprimer.
Retours
true
si l'imprimante prend en charge l'impression de l'image spécifiée ; sinon, false
.