In This Topic

GdViewer.SavingProgressEventArgs Constructor(Int32,Int32)

In This Topic
Syntax
'Declaration

 

Public Function New( _

   ByVal PageNo As Integer, _

   ByVal PageCount As Integer _

)
public GdViewer.SavingProgressEventArgs( 

   int PageNo,

   int PageCount

)
public GdViewer.SavingProgressEventArgs( 

    PageNo: Integer;

    PageCount: Integer

); 
public function GdViewer.SavingProgressEventArgs( 

   PageNo : int,

   PageCount : int

);
public: GdViewer.SavingProgressEventArgs( 

   int PageNo,

   int PageCount

)
public:

GdViewer.SavingProgressEventArgs( 

   int PageNo,

   int PageCount

)

Parameters

PageNo
PageCount
See Also