AnnDeletePage method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnDeletePage(AnsiString szName, int nPage);

Delphi Syntax

Function AnnDeletePage(szName: String; nPage: Integer): Integer;

Overview

Refer to Annotation Files.

Remarks

(Document/Medical only) Deletes a page from a multi-page annotation file. The page number is 1-based. Therefore, the first page is page 1, the second page is page 2, and so on.

This method is valid only for annotation files that contain at least two pages. If an annotation file contains only one page, calling this method will return an error.

See Also

Elements:

AnnDeletePageMemory method, AnnLoad method, AnnSaveMemory method, AnnSave method

Topics:

Annotations (Document/Medical only): Input and Output