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
GdPicture14 Namespace / AnnotationManager.SavingProgressEventHandler Delegate

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 _
) 
[Guid("250D2EC2-4694-316B-B604-8759689303E3")]
public delegate void AnnotationManager.SavingProgressEventHandler( 
   int PageNo,
   int PageCount
)
public delegate AnnotationManager.SavingProgressEventHandler( 
    PageNo: Integer;
    PageCount: Integer
);
GuidAttribute("250D2EC2-4694-316B-B604-8759689303E3")
public delegate AnnotationManager.SavingProgressEventHandler( 
   PageNo : int,
   PageCount : int
)
[Guid("250D2EC2-4694-316B-B604-8759689303E3")]
public: __gc __delegate void AnnotationManager.SavingProgressEventHandler( 
   int PageNo,
   int PageCount
)
[Guid("250D2EC2-4694-316B-B604-8759689303E3")]
public delegate void AnnotationManager.SavingProgressEventHandler( 
   int PageNo,
   int PageCount
)

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