PosPrinterPrintOptions.Bold 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 gras.
public:
property bool Bold { bool get(); void set(bool value); };
bool Bold();
void Bold(bool value);
public bool Bold { get; set; }
var boolean = posPrinterPrintOptions.bold;
posPrinterPrintOptions.bold = boolean;
Public Property Bold As Boolean
Valeur de propriété
Boolean
bool
True si l’application souhaite imprimer des caractères en gras ; sinon, false.