GdPicture.NET.14
GdPicture14 Namespace / AnnotationManager.SavingProgressEventHandler Delegate
The page number of the currently processed page. It is a value from 1 to PageCount.
The total number of pages to be saved.





In This Topic
AnnotationManager.SavingProgressEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("250D2EC2-4694-316B-B604-8759689303E3")>
Public Delegate Sub AnnotationManager.SavingProgressEventHandler( _
   ByVal PageNo As Integer, _
   ByVal PageCount As Integer _
) 
 

Parameters

PageNo
The page number of the currently processed page. It is a value from 1 to PageCount.
PageCount
The total number of pages to be saved.
See Also