Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

Page Property






Gets the page number (1-based index) of the image loaded in this thumbnail.
Syntax
public int Page {get;}
'Declaration
 
Public ReadOnly Property Page As Integer
'Usage
 
Dim instance As ThumbnailInfo
Dim value As Integer
 
value = instance.Page

            

            
public:
property int Page {
   int get();
}

Property Value

The page number (1-based index) of the image currently loaded in the thumbnail.
Remarks
You can use this property to load the same image manually into the WebImageViewer control.
Example
Refer to WebThumbnailViewer.GetThumbnailInfo
Requirements

Target Platforms

See Also

Reference

ThumbnailInfo Structure
ThumbnailInfo Members
WebThumbnailViewer Client Class
Updating WebControls Manually.

Error processing SSI file