PrinterEntity
| ๐ Overview: 5 Functions | 5 Getters |
Extends: Entity
๐ Last updated: 2026-01-13T16:04:12.691Z
๐ Table of Contents
- โ๏ธ Functions
- Regular Functions
- getLabelPaperOptions โ
Collection - updateOptions ๐ฅ๏ธ
- printJobs ๐ฅ๏ธ
- setCurrent โ
$Success : Boolean๐ฅ๏ธ - setDefault ๐ฅ๏ธ
- getLabelPaperOptions โ
- Computed Attributes (Getters/Setters/Query/OrderBy)
- isDocumentPrinter ๐ โ
Boolean - isLabelPrinter ๐ โ
Boolean - LabelPaperName ๐ โ
Text - LabelPrinter ๐ โ
Boolean - TypeDisplay ๐ โ
Text
- isDocumentPrinter ๐ โ
- Regular Functions
- ๐ Related Items
Functions
Regular Functions
getLabelPaperOptions
Function getLabelPaperOptions -> Collection
Returns a collection of label paper options with 709x291 dimensions from printer options
Returns: Collection
updateOptions
[๐ฅ๏ธ local]
Function updateOptions
Reads printer paper and source options from system and updates the printerโs configuration
printJobs
[๐ฅ๏ธ local]
Function printJobs
Prints all pending print jobs for this printer, grouped by paper type
setCurrent
[๐ฅ๏ธ local]
Function setCurrent -> $Success : Boolean
Sets this printer as the current printer for printing operations
Returns: Boolean
setDefault
[๐ฅ๏ธ local]
Function setDefault
Sets this printer as the default printer (currently incomplete)
Computed Attributes (Getters/Setters/Query/OrderBy)
isDocumentPrinter
[๐ get only, ๐ฅ๏ธ local]
Function get isDocumentPrinter -> Boolean
Returns true if printer type is set to Document
Returns: Boolean
isLabelPrinter
[๐ get only, ๐ฅ๏ธ local]
Function get isLabelPrinter -> Boolean
Returns true if printer type is set to Label
Returns: Boolean
LabelPaperName
[๐ get only]
Function get LabelPaperName -> Text
Returns the name of the first available label paper option, or empty string if none
Returns: Text
LabelPrinter
[๐ get only]
Function get LabelPrinter -> Boolean
Returns true if this printer has label paper options configured
Returns: Boolean
TypeDisplay
[๐ get only, ๐ฅ๏ธ local]
Function get TypeDisplay -> Text
Returns a human-readable display string for the printer type
Returns: Text
Related Items
๐๏ธ Tables
- Printer - ORDA Entity class for Printer table
๏ฟฝ Related Classes
- Printer - ORDA DataClass class for Printer table
- PrinterSelection - ORDA EntitySelection class for Printer table
๏ฟฝ Forms
- PrinterManagement - Data source for PrinterManagement form
Generated from PrinterEntity.4dm