LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ViewerID Property
See Also 
Leadtools.Web.Controls Namespace > WebImagePanViewer Class : ViewerID Property



Gets or sets the ID of the WebImageViewer control currently assigned for panning process by the control.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")>
Public Property ViewerID As String
Visual Basic (Usage)Copy Code
Dim instance As WebImagePanViewer
Dim value As String
 
instance.ViewerID = value
 
value = instance.ViewerID
C# 
[CategoryAttribute("Behavior")]
[DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")]
public string ViewerID {get; set;}
C++/CLI 
[CategoryAttribute("Behavior")]
[DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")]
public:
property String^ ViewerID {
   String^ get();
   void set (    String^ value);
}

Property Value

The ID of the WebImageViewer which has an image to be pan using the WebImagePanViewer control.

Example

Refer to WebImageViewer.OpenImageUrl example.

Remarks

This property contains the ID of the WebImageViewer object which contains an image to be pan using the WebImagePanViewer control.

Whenever the WebImageViewer property is changed, the image displayed in the WebImagePanViewer control is affect by this change.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also