GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / CurrentPage Property





In This Topic
CurrentPage Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property CurrentPage As Integer
public int CurrentPage {get;}
public read-only property CurrentPage: Integer; 
public function get CurrentPage : int
public: __property int get_CurrentPage();
public:
property int CurrentPage {
   int get();
}
See Also