AnnRealize method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short AnnRealize (VARIANT_BOOL bRedactOnly);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Renders the annotation objects to the bitmap, altering the bitmap, itself.

When you call AnnRealize, for every Redact object, the background of the image behind is saved inside the object. You can restore that background by calling AnnUnrealize.

This method works only for 1, 4, 8, 16, and 24-bit images. When using an image that has some other number of bits per pixel, call the ColorRes method (ILEADRasterProcess) to change the image to a supported bits per pixel before calling the AnnRealize method.

See Also

Elements

AnnUnrealize method

Topics

Annotations (Document/Medical only): Object Manipulation

 

Displaying and Manipulating Annotation Objects