Implementing Annotations

Annotations are based on vectored drawing functions and are associated with bitmaps as an overlay of the displayed image. LEADTOOLS supports a number of annotation types, including lines, rectangles, audio clips, hotspots, redact objects, polygons, and containers. A container is a specialized annotation object that lets you position and group other annotation objects, including other container objects. For a full list of available annotation types, refer to Types of Annotations.

LEADTOOLS maintains annotations separately from bitmaps. Your application code is responsible for maintaining the relationships between images and annotations. For example, the annotation example that ships with LEADTOOLS, creates an annotation file that has the same name as its associated image file, but with a different extension. When the image file is loaded, the program looks for an associated annotation file and loads it as well.

The functions supported by LEADTOOLS let you create automated annotations or non-automated annotations, depending on your application's requirements.

Automated Annotations

Automated annotations require an automation object to be associated with the top-level container, also known as the root container. This automation object lets you maintain default properties for all objects in the root container. For example, you can use it to set the default font and the default line width. Keep in mind, however, that scaling factors affect the appearance of these default measurements. The values are set based on the scaling factors that are in effect at the time you create the object. Features associated with automated annotations are:

You can implement the automation using only a few supporting functions.

L_AnnCreateContainer

L_AnnCreate

L_AnnCreateItem

L_AnnGetAutoBackColor

L_AnnGetAutoContainer

L_AnnGetDpiX

L_AnnGetDpiY

L_AnnGetFillMode

L_AnnGetTextFixedSize

L_AnnGetLineFixedWidth

L_AnnGetOptions

L_AnnGetRect

L_AnnGetShowFlags

L_AnnGetTextOptions

L_AnnGetTool

L_AnnInsert

L_AnnSetAutoBackColor

L_AnnSetAutoContainer

L_AnnSetAutoDefaults

L_AnnSetDpiX

L_AnnSetDpiY

L_AnnSetTextFixedSize

L_AnnSetLineFixedWidth

L_AnnSetFillMode

L_AnnSetOptions

L_AnnSetRect

L_AnnSetShowFlags

L_AnnSetTextOptions

L_AnnSetTool

L_AnnGetSelected

L_AnnRemove

L_AnnSelectPoint

L_AnnSelectRect

L_AnnGetSelectRect

L_AnnGetContainer

L_AnnGetTopContainer

L_AnnCutToClipboard

L_AnnHitTest

L_AnnGetType

L_AnnShowLockedIcon

L_AnnGetSelectCount

L_AnnSetSelected

L_AnnInsert

Note:

In automation mode, the undo feature can cause the values of object handles to change. Therefore, if your application needs to identify the object that is activated or deactivated, you should use the tag property. The L_AnnSetTag function sets the tag, and L_AnnGetTag gets the current value.

Note:

The annotation example program that ships with LEADTOOLS is implemented using high-level automated features. For more information about the annotation demo, and to see an example of the automated user interface, refer to Automated User Interface for Annotations.

For information on creating an automated annotation program, refer to Implementing an Automated Annotation Program and Using Automated Annotations in Run Mode.

Non-automated Annotations

Non-automated annotations allow you to customize the creation of and interaction with annotations to suit your own needs. Any LEADTOOLS annotation function, except those requiring an automation object, can be used when working with non-automated annotations. When programming non-automated annotations, it is important to remember:

For information on creating a non-automated annotation program, refer to Implementing a Non-automated Annotation Program and Using Non-automated Annotations in Run Mode.

For a list of functions pertaining to various aspects of implementing annotations, refer to:

Annotation Functions: Implementing Automation.

Annotation Functions: Working with the Toolbar.

Annotation Functions: Input and Output

Annotation Functions: Creation, Deletion and Copying

Annotation Functions: Global Properties

Annotation Functions: Size, Position and Shape

Annotation Functions: Object Properties

Annotation Functions: Display and Printing

Annotation Functions: Realizing to a Bitmap

For more information on annotations, refer to:

Automated User Interface for Annotations.

Types of Annotations.

Low-Level Coordinate System for Annotations.

Implementing Annotation Security

Implementing Annotation Hyperlinks

Annotation Objects - Default Values

Annotation Objects - Automated Features

Grouping and Ungrouping Annotation Objects

Displaying and Manipulating Annotation Objects

Creating, Deleting, and Copying Annotation Objects

Encryption and Decrytion Annotation Objects

Obtaining Annotation Object Information

Altering Annotation Object Settings

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help