PosPrinterPrintOptions.Underline 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 ou définit une valeur qui indique si l’application souhaite imprimer des caractères en style de soulignement.
public:
property bool Underline { bool get(); void set(bool value); };
bool Underline();
void Underline(bool value);
public bool Underline { get; set; }
var boolean = posPrinterPrintOptions.underline;
posPrinterPrintOptions.underline = boolean;
Public Property Underline As Boolean
Valeur de propriété
Boolean
bool
True si l’application souhaite imprimer des caractères en style de soulignement ; sinon, false.