ClaimedReceiptPrinter.IsPaperEmpty 속성

정의

영수증 프린터 스테이션에 용지가 필요한지 여부를 가져옵니다.

public:
 property bool IsPaperEmpty { bool get(); };
bool IsPaperEmpty();
public bool IsPaperEmpty { get; }
var boolean = claimedReceiptPrinter.isPaperEmpty;
Public ReadOnly Property IsPaperEmpty As Boolean

속성 값

Boolean

bool

영수증 프린터 스테이션에 용지가 필요한 경우 True입니다. 그렇지 않으면 false입니다.

구현

적용 대상

추가 정보