Compartilhar via


PosPrinterPrintOptions.Strikethrough Propriedade

Definição

Obtém ou define um valor que indica se o aplicativo deseja imprimir caracteres no estilo tachado.

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

Valor da propriedade

Boolean

bool

True se o aplicativo quiser imprimir caracteres no estilo tachado; caso contrário, false.

Aplica-se a