
Adds method to read paper related info (width, height and printable area) for a specified printer.
Features
- Added Microsoft Windows Icon image for printers using GetPrintersInfo method. Supports various icon sizes using new PrinterIcon enum.
- Added GetClientAppInfo method to get the Version, OS and CPU of the JSPrintManager Client App running on the client machine.
- Added GetMAC method to get the Media Access Control (MAC) address of the client machine.
- Added support to InstalledPrinter class for automatically detecting Raw Mode Data Type based on Windows printer driver model. Enable it by setting AutoDetectRawModeDataType prop to true.
- Added GetDefaultTrayName and GetDefaultPaperName methods to get the default Tray Name and Paper Name for a specified printer.
- Added GetTrays and GetPapers methods to get the list of supported Trays and Papers for a specified printer.
- Added GetPaperInfo method to get paper related info (width, height, printable area) for a specified printer and paper name.
- Added support for printing files from external URLs bypassing CORS restrictions. Added ExternalURL option to FileSourceType enum.
- Added bidirectional TCP Communication support using new TcpComm class. Send/Write and Receive/Read data to any IP Address and Port reachable from the client system.
- Added JPG compression quality setting for image scan output.
- Added black and white pixel mode support for image scan output.
- Added TIFF image format support for scan output.
- Added PDF document format support for scan output.
- Added UI Settings dialog which features Sites Manager (Allow/Block list), Proxy info, and Certificate CA and SAN edition.
- Added UI client app Logs view available from the system tray icon.