Share via


SlipPrinterCapabilities.IsPrintAreaSupported 属性

定义

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

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

属性值

Boolean

bool

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

实现

适用于

另请参阅