AnnDeletePage method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax short AnnDeletePage(BSTR pszName, long lPage);

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, AnnDeletePageArray method, AnnLoadArray method, AnnLoadMemory method, AnnLoad method, AnnSaveMemory method, AnnSave method, AnnSaveArray method

Topics:  Annotations (Document/Medical only): Input and Output