Partager via


PosPrinterPrintOptions.Strikethrough Propriété

Définition

Obtient ou définit une valeur qui indique si l’application souhaite imprimer des caractères en style barré.

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

Valeur de propriété

Boolean

bool

True si l’application souhaite imprimer des caractères en style barré ; sinon, false.

S’applique à