ReceiptPrinterCapabilities.IsPrinterPresent 속성

정의

영수증을 인쇄하는 스테이션이 있는 서비스 지점 프린터가 있는지 여부를 가져옵니다.

public:
 property bool IsPrinterPresent { bool get(); };
bool IsPrinterPresent();
public bool IsPrinterPresent { get; }
var boolean = receiptPrinterCapabilities.isPrinterPresent;
Public ReadOnly Property IsPrinterPresent As Boolean

속성 값

Boolean

bool

영수증을 인쇄하는 스테이션이 있는 서비스 지점 프린터가 있으면 True이고, 그렇지 않으면 false입니다.

구현

적용 대상

추가 정보