JournalPrinterCapabilities.IsDualColorSupported Propriété
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.
Obtient si la station d’imprimante de journal peut imprimer une couleur foncée plus une autre couleur.
public:
property bool IsDualColorSupported { bool get(); };
bool IsDualColorSupported();
public bool IsDualColorSupported { get; }
var boolean = journalPrinterCapabilities.isDualColorSupported;
Public ReadOnly Property IsDualColorSupported As Boolean
Valeur de propriété
Boolean
bool
Cette propriété a la valeur True si l’imprimante journal peut imprimer une couleur foncée plus une autre couleur ; sinon, false.