ICommonReceiptSlipCapabilities.IsPrintAreaSupported 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取收据或单据打印机站是否支持为打印站应打印的页面区域设置自定义大小。
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。