PosPrinterPrintOptions.Underline 속성

정의

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

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

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

속성 값

Boolean

bool

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

적용 대상