
Improves Bluetooth printer communication support.
Features
- Added BluetoothPrinter class for printing to printers supporting BT Classic (RFCOMM protocol).
- Added BIDI Bluetooth communication support for devices supporting BT Classic (RFCOMM protocol).
- Added GetBluetoothDevices method to get list of Bluetooth devices available in the client system.
- Added Custom paper settings support (through PaperName prop) for InstalledPrinter class.
- Added PrintScale prop to PrintFilePDF class to print PDF files with scaling.
- Added MediaType prop to InstalledPrinter class.
- Added MediaTypes array property to GetPrintersInfo output containing the list of media types supported by each printer.
- Added GetMediaTypes function to get the list of supported Media Types for the specified printer.
- Added CustomPaperSupport property to GetPrintersInfo output. This tells whether the printer allows custom paper size setting.
- Added CustomPapers array property to GetPrintersInfo output containing the list of custom papers supported by each printer (Microsoft Windows only).
- Added IsFax property to GetPrintersInfo output (Windows only).
- Added ShowUI prop to ClientScanJob to use the scanner driver UI when scanning (Windows only).
- Added Apple macOS Icon image for printers through the GetPrintersInfo function (macOS only).
- Added support for print server mode.