ReceiptPrinterCapabilities.IsStampSupported 속성

정의

영수증 프린터 스테이션에 스탬프 기능이 있는지 여부를 가져옵니다.

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

속성 값

Boolean

bool

영수증 프린터 스테이션에 스탬프 기능이 있으면 True입니다. 그렇지 않으면 false입니다.

적용 대상