#include “BiAnno.h”
void CALLBACK AnnoSetPageNumber( INT_PTR pAnno, int PageNumber );
Description
Sets the total number of pages 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 |
|
int |
PageNumber |
Page number |
Return value
None
Programming Notes
The page number is a long type, it’s minimal value is 0 and it’s maximal value is 65535 due to the storage. You cannot specify numbers that exceed these limits. If you do so anyway, the new number will not be set and the old page will function in the future as well.