Freigeben über


PosPrinterPrintOptions.Strikethrough Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Anwendung Zeichen im durchgestrichenen Format drucken möchte, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

True, wenn die Anwendung Zeichen im durchgestrichenen Format drucken möchte; andernfalls false.

Gilt für: