Share via


PosPrinterPrintOptions.DoubleHigh Property

Definition

Gets or sets a value that indicates if the application wants to print characters in double-high style.

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

Property Value

Boolean

bool

True if the application wants to print characters in double-high style; otherwise, false.

Applies to