AnnLoad method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnLoad(AnsiString szFile, int nPage);

Delphi Syntax

Function AnnLoad(szFile: string; nPage: longint): Integer;

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Loads the annotations from the designated file and page.

The annotations are sized to fit their original size and position relative to the bitmap in the control. If the LEADAnn Control does not have a bitmap image, an error occurs. AnnLoad will load annotations stored in LEAD files. It will also load annotations stored in a Wang compatible TIFF tag in a TIF file.

See Also

Elements

AnnSave method

Topics

Annotations (Document/Medical only): Input and Output