PosPrinterPrintOptions.Strikethrough Property

Definition

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

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

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

Property Value

Boolean

bool

True if the application wants to print characters in strikethrough style; otherwise, false.

Applies to