AnnRealize method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnRealize(bool fRedactOnly);

Delphi Syntax

Function AnnRealize(fRedactOnly: Boolean): Integer;

Overview

Refer to Implementing Annotations.

Remarks

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

When the AnnRealize method is called, for every Redact object, the background of the image behind is saved inside the object. That background can be restored by calling the AnnUnrealize method.

See Also

Elements

AnnUnrealize method

Topics

Annotations (Document/Medical only): Object Manipulation

 

Displaying and Manipulating Annotation Objects