LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

ViewerID Property (WebImagePanViewer)






Gets or sets the ID of the WebImageViewer control currently assigned for panning process by the control.
Syntax
[CategoryAttribute("Behavior")]
[DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")]
public string ViewerID {get; set;}
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")>
Public Property ViewerID As String
'Usage
 
Dim instance As WebImagePanViewer
Dim value As String
 
instance.ViewerID = value
 
value = instance.ViewerID
[CategoryAttribute("Behavior")]
[DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")]
public string ViewerID {get; set;}
CategoryAttribute("Behavior")
DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")
 get_ViewerID();
set_ViewerID(value);
[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.
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.

The WebImagePanViewer will use the BrowseImageFormat of the WebImageViewer refernced by ViewerID when displaying the WebImagePanViewer image, and the same thing for the InputProfile and OutputProfile properties.

Example
Refer to WebImageViewer.OpenImageUrl example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImagePanViewer Class
WebImagePanViewer Members
WebImagePanViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.