LddWinPrinter class abstract

Implementers

Constructors

LddWinPrinter.new()

Properties

driverName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDefault bool
getter/setter pair
isDisposed bool
Whether the underlying Arc is disposed.
no setterinherited
isShared bool
getter/setter pair
location String
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state LddPrinterState
getter/setter pair
systemName String
getter/setter pair
uri String
getter/setter pair

Methods

dispose() → void
Dispose the underlying Arc.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeData({required List<int> buffer, String? jobName}) bool
打印数据
writeFile({required String filePath, String? jobName}) bool
打印文件

Operators

operator ==(Object other) bool
The equality operator.
inherited