Partager via


IppPrintDevice.PrinterUri Propriété

Définition

Obtient l’URI de l’appareil d’imprimante (pour contacter l’imprimante directement).

public:
 property Uri ^ PrinterUri { Uri ^ get(); };
Uri PrinterUri();
public System.Uri PrinterUri { get; }
var uri = ippPrintDevice.printerUri;
Public ReadOnly Property PrinterUri As Uri

Valeur de propriété

URI de l’appareil d’imprimante.

Remarques

Dans certains cas, comme le protocole IPP (Internet Printing Protocol) sur USB, l’URI du périphérique d’imprimante est l’adresse par défaut (127.0.0.1).

S’applique à