What's New in Document Solutions for Imaging v8
DsImaging v8.2 - August 19, 2025
Text and Object Tool
DsImageViewer now includes a new Text and Object tool on the main toolbar, enabling users to quickly insert and customize predefined objects such as shapes, text, and images. When selected, it opens a secondary toolbar for choosing object types and a properties panel where users can adjust settings for the selected object.
The secondary toolbar supports inserting Text boxes, Rectangles, Lines, Arrows, Ellipses, Brackets, and Images. Each object includes configurable properties such as font, size, color, opacity, line styles, rotation, and more. For example, lines support start and end cap styles like arrows, circles, diamonds, and stars, while images allow options such as border radius, fill color, and aspect ratio control.
The following code shows how to override the default layout of the objectTools
toolbar by specifying a custom set and order of tools:
viewer.addPlugin(new PaintToolsPlugin({ toolbarLayout: {
objectTools: ["Ellipse", "Rectangle", "Apply", "Cancel"]
}}));
Quickly add and customize visual elements in images using the new Text and Object tool in DsImageViewer.
Updates
Related Links