PosPrinterPrintOptions.Strikethrough 속성

정의

애플리케이션에서 문자를 취소선 스타일로 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

bool

True이면 애플리케이션에서 문자를 취소선 스타일로 인쇄하려고 합니다. 그렇지 않으면 false입니다.

적용 대상