ホーム / ニュース / Neodynamic JSPrintManager for Blazor V5.0
Neodynamic JSPrintManager for Blazor V5.0
指定したプリンターの用紙関連情報(幅、高さ、印刷可能領域)を読み取るメソッドを追加
7月 11, 2022
新バージョン
機能
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.