ICommonReceiptSlipCapabilities.IsPrintAreaSupported 属性

定义

获取收据或单据打印机站是否支持为打印站应打印的页面区域设置自定义大小。

public:
 property bool IsPrintAreaSupported { bool get(); };
bool IsPrintAreaSupported();
public bool IsPrintAreaSupported { get; }
var boolean = iCommonReceiptSlipCapabilities.isPrintAreaSupported;
Public ReadOnly Property IsPrintAreaSupported As Boolean

属性值

Boolean

bool

如果收据或单条打印机站支持为打印站打印的页面区域设置自定义大小,则为 True;否则为 false。

适用于

另请参阅