JSPrintManager
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Duplex
Mode
Encoding
File
Source
Type
Pixel
Mode
Print
Orientation
Print
Rotation
Printers
Info
Level
Scanner
Image
Format
Output
Sizing
Text
Alignment
WSStatus
Client
Job
Client
Print
Job
Client
Print
Job
Group
Client
Scan
Job
Default
Printer
Installed
Printer
JSPMWeb
Socket
constructor
auto
Reconnect
address
is
Secure
port
status
on
Close
on
Open
on
Status
Changed
send
start
stop
JSPrint
Manager
Mutex
Network
Printer
Parallel
Port
Printer
Print
File
Print
FileDOC
Print
FilePDF
Print
FileTXT
Print
FileXLS
Serial
Comm
Serial
Port
Printer
User
Selected
Printer
Utils
IClient
Printer
VERSION
Hierarchy
JSPMWebSocket
Index
Constructors
constructor
Properties
auto
Reconnect
Accessors
address
is
Secure
port
status
Methods
on
Close
on
Open
on
Status
Changed
send
start
stop
Constructors
constructor
new JSPMWeb
Socket
(
addr
?:
string
, port
?:
number
, secure
?:
boolean
, auto_reconnect
?:
boolean
)
:
JSPMWebSocket
Parameters
Default value
addr:
string
= "localhost"
Default value
port:
number
= 23443
Default value
secure:
boolean
= true
Default value
auto_reconnect:
boolean
= false
Returns
JSPMWebSocket
Properties
auto
Reconnect
auto
Reconnect
:
boolean
= false
Accessors
address
address
:
is
Secure
is
Secure
:
port
port
:
status
status
:
Methods
on
Close
on
Close
(
e
:
any
)
:
void
Parameters
e:
any
Returns
void
on
Open
on
Open
(
e
:
any
)
:
void
Parameters
e:
any
Returns
void
on
Status
Changed
on
Status
Changed
(
)
:
void
Returns
void
send
send
(
data
:
any
, properties
:
any
)
:
string
Parameters
data:
any
properties:
any
Returns
string
start
start
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
stop
(
)
:
void
Returns
void