GdViewer.SavingProgressEventArgs Constructor(Int32,Int32)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public GdViewer.SavingProgressEventArgs(
int ,
int
)
public GdViewer.SavingProgressEventArgs(
: Integer;
: Integer
);
public function GdViewer.SavingProgressEventArgs(
: int,
: int
);
public: GdViewer.SavingProgressEventArgs(
int ,
int
)
public:
GdViewer.SavingProgressEventArgs(
int ,
int
)
Parameters
- PageNo
- PageCount
See Also