SlipPrinterCapabilities.IsPrinterPresent 속성

정의

수표 또는 신용 카드 전표와 같은 양식을 인쇄하는 스테이션이 있는 서비스 지점 프린터가 있는지 여부를 가져옵니다.

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

속성 값

Boolean

bool

수표 또는 신용 카드 전표와 같은 양식을 인쇄하는 스테이션이 있는 서비스 지점 프린터가 있으면 True이고, 그렇지 않으면 false입니다.

구현

적용 대상

추가 정보