AnnoGetCurrentPage

#include “BiAnno.h”

long CALLBACK AnnoGetCurrentPage( INT_PTR pAnno )

Description

Returns the active page for annotation. All of the annotation functions are operating on the active page. The page numbering is 0-based and the first page is 0 (zero).

Parameters

INT_PTR

pAnno

Annotation handle

Return value

page number of the active page

Programming Notes

None

Code Example

None