ImgEdit User Control

ImgEdit Class Library

ImgEdit.Page = Integer

 

Gets or sets the page of the image.

 

[Visual Basic]

Public Property Page ( ) as Integer

 

Property Set Value

    Page

        Sets the page number of the displayed image.

 

Property Get Value

    Page

        Gets the page number that is displayed.

 

Example

[Visual Basic] The following example sets the page that will be displayed and gets the number of the displayed page.

 

[Visual Basic]

Dim DisplayedPage as Integer = 0

ImgEdit1.Page = DisplayedPage

DisplayedPage = ImgEdit1.Page

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6