Partager via


PosPrinterPrintOptions.DoubleHigh Propriété

Définition

Obtient ou définit une valeur qui indique si l’application souhaite imprimer des caractères dans un style double-élevé.

public:
 property bool DoubleHigh { bool get(); void set(bool value); };
bool DoubleHigh();

void DoubleHigh(bool value);
public bool DoubleHigh { get; set; }
var boolean = posPrinterPrintOptions.doubleHigh;
posPrinterPrintOptions.doubleHigh = boolean;
Public Property DoubleHigh As Boolean

Valeur de propriété

Boolean

bool

True si l’application souhaite imprimer des caractères dans un style double-élevé ; sinon, false.

S’applique à