PrintQueue.IsRawOnlyEnabled 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 une valeur qui indique si la file d'attente à l'impression peut utiliser un fichier EMF (métafichier amélioré) permettant d'activer un flux de données plus rapide entre l'application d'impression et le spouleur Windows.
public:
property bool IsRawOnlyEnabled { bool get(); };
public bool IsRawOnlyEnabled { get; }
member this.IsRawOnlyEnabled : bool
Public ReadOnly Property IsRawOnlyEnabled As Boolean
Valeur de propriété
true
si l'imprimante ne peut pas utiliser l'impression EMF ; sinon, false
.