#include “BiAnno.h”
long CALLBACK AnnoGetSaveCountOnPage (INT_PTR pAnno, LONG iPage)
Description
Computes the data size of the annotation objects that are on the specified page. If iPage parameter is zero, the function behaves identically to AnnoGetSaveCount and computes the buffer size required to save all annotation objects.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
LONG |
iPage |
Page number (zero-based integer) |
Return value
Required size of the buffer (in bytes)
Programming Notes
None
Code Example
None