Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Web.Controls Namespace > WebImagePanViewer Class : ViewerID Property |
[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: property String^ ViewerID { String^ get(); void set ( String^ value); }
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 referenced by ViewerID when displaying the WebImagePanViewer image, and the same thing for the InputProfile and OutputProfile properties.