Table "ForNAV Local Printer"
ID 6188510
Properties
Fields
| Name |
Type |
Description |
| "Cloud Printer Name" |
Text[250]
|
|
| "Local Printer Name" |
Text[250]
|
|
| Description |
Text[250]
|
|
| Paperkind |
Option
|
|
| Landscape |
Option
|
|
| Color |
Boolean
|
|
| Duplex |
Option
|
|
| Copies |
Integer
|
|
| "Paper Source Kind" |
Option
|
|
| "Custom Paper Source Name" |
Text[250]
|
|
| IsPrintService |
Boolean
|
|
| CopyMode |
Option
|
|
| PrintMode |
Option
|
|
| Unit |
Option
|
|
| Width |
Integer
|
|
| Height |
Integer
|
|
| "Scale Mode" |
Option
|
|
| Scale |
Integer
|
|
| Hidden |
Boolean
|
|
| "Initial Job Status" |
Enum "ForNAV Local Print Status"
|
|
| Tag |
Text[250]
|
An optional tag.
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
SetValues
PrinterPayLoad
procedure PrinterPayLoad(): JsonObject
Returns
| Type |
Description |
|
JsonObject |
|
PrinterSetting
procedure PrinterSetting(): JsonObject
Returns
| Type |
Description |
|
JsonObject |
|
GetLocalPrinter
procedure GetLocalPrinter(CloudPrinterName: Text[250]; var LocalPrinterName: Text; var PrinterSettings: Text): Boolean
Parameters
| Name |
Type |
Description |
|
CloudPrinterName
|
Text[250] |
|
|
LocalPrinterName
|
Text |
|
|
PrinterSettings
|
Text |
|
Returns
GetLocalPrinter
procedure GetLocalPrinter(CloudPrinterName: Text[250]; var LocalPrinterName: Text; var PrinterSettings: Text; var IsPrintServiceValue: Boolean): Boolean
Parameters
| Name |
Type |
Description |
|
CloudPrinterName
|
Text[250] |
|
|
LocalPrinterName
|
Text |
|
|
PrinterSettings
|
Text |
|
|
IsPrintServiceValue
|
Boolean |
|
Returns
GetLocalPrinterAndIsPrintService
procedure GetLocalPrinterAndIsPrintService(CloudPrinterName: Text[250]; var LocalPrinterName: Text; var PrinterSettings: Text; var IsPrintServiceValue: Boolean): Boolean
Parameters
| Name |
Type |
Description |
|
CloudPrinterName
|
Text[250] |
|
|
LocalPrinterName
|
Text |
|
|
PrinterSettings
|
Text |
|
|
IsPrintServiceValue
|
Boolean |
|
Returns
See also