ServerPrinters
Queryable, Introduced in version 2.52
GET https://localhost:8001/sv/001.1/api/v1/Common/ServerPrinters
Represents a server printer that can be used to print documents via the MONITOR server.
GUID
33D557AF-A625-45EF-87FB-0B07DED04BFD
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the server printer. |
|
Number | String | The human readable identifier of the server printer.
|
|
Description | String | The translated description of the server printer. |
|
Name | String | The name of the printer that the server printer connects to.
|
|
Orientation | Int32 | The printout orientation to apply to the server printer.
|
|
DuplexMode | Int32 | The duplex mode to apply to the server printer.
|
|
PaperSize | Int32 | The paper size to apply to the server printer.
|
|
Width | Int32 | The paper width in millimeters to use if the paper size is "custom". |
|
Height | Int32 | The paper height in millimeters to use if the paper size is "custom". |
|
ColorMode | Int32 | The color mode to apply to the server printer.
|
Example
{
"Id": 0,
"Number": null,
"Description": null,
"Name": null,
"Orientation": 0,
"DuplexMode": 0,
"PaperSize": 0,
"Width": 0,
"Height": 0,
"ColorMode": 0
}