In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / CurrentPage Property

CurrentPage Property (GdViewer)

In This Topic
Specifies the selected page of the loaded document.
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