Partager via


PosPrinterPrintOptions.Bold Propriété

Définition

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.

S’applique à