IPosPrinterJob Interface

Définition

Représente les actions communes aux travaux pour tous les types de stations pour une imprimante de point de service.

public interface class IPosPrinterJob
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2593390684, 1557, 17809, 165, 143, 48, 248, 126, 223, 226, 228)]
struct IPosPrinterJob
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2593390684, 1557, 17809, 165, 143, 48, 248, 126, 223, 226, 228)]
public interface IPosPrinterJob
Public Interface IPosPrinterJob
Dérivé
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Méthodes

ExecuteAsync()

Exécute le travail d’impression sur la station d’imprimante de manière asynchrone.

Print(String)

Ajoute une instruction au travail d’impression pour imprimer le texte spécifié.

PrintLine()

Ajoute une instruction au travail d’impression pour imprimer un caractère de nouvelle ligne.

PrintLine(String)

Ajoute une instruction au travail d’impression pour imprimer la ligne de texte spécifiée.

S’applique à

Voir aussi