AnnotationManager.SavingProgressEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("250D2EC2-4694-316B-B604-8759689303E3")>
Public Delegate Sub AnnotationManager.SavingProgressEventHandler( _
ByVal As Integer, _
ByVal As Integer _
)
[Guid("250D2EC2-4694-316B-B604-8759689303E3")]
public delegate void AnnotationManager.SavingProgressEventHandler(
int ,
int
)
public delegate AnnotationManager.SavingProgressEventHandler(
: Integer;
: Integer
);
GuidAttribute("250D2EC2-4694-316B-B604-8759689303E3")
public delegate AnnotationManager.SavingProgressEventHandler(
: int,
: int
)
[Guid("250D2EC2-4694-316B-B604-8759689303E3")]
public: __gc __delegate void AnnotationManager.SavingProgressEventHandler(
int ,
int
)
[Guid("250D2EC2-4694-316B-B604-8759689303E3")]
public delegate void AnnotationManager.SavingProgressEventHandler(
int ,
int
)
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