PrintTicketConverter(String, Int32) Constructeur
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.
Initialise une nouvelle instance de la classe PrintTicketConverter pour l'imprimante spécifiée.
public:
PrintTicketConverter(System::String ^ deviceName, int clientPrintSchemaVersion);
public PrintTicketConverter (string deviceName, int clientPrintSchemaVersion);
new System.Printing.Interop.PrintTicketConverter : string * int -> System.Printing.Interop.PrintTicketConverter
Public Sub New (deviceName As String, clientPrintSchemaVersion As Integer)
Paramètres
- deviceName
- String
Nom de l'imprimante liée à la nouvelle instance de PrintTicketConverter.
- clientPrintSchemaVersion
- Int32
Version du Schéma d'impression à utiliser dans la conversion PrintTicket et DEVMODE.
Exceptions
deviceName
a la valeur null
.
clientPrintSchemaVersion
a une valeur inférieure ou égale à 0.
Le convertisseur a été incapable de créer une liaison avec deviceName
.
Remarques
Pour plus d’informations sur la structure DEVMODE, consultez DEVMODE.