←Select platform

ViewerID Property (WebImagePanViewer)

Summary

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

Syntax

C#
VB
C++
[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. ")> 
Public Property ViewerID As String 
[CategoryAttribute("Behavior")] 
[DescriptionAttribute("The ID of the WebImageViewer used to display selected thumbnail image. ")] 
public: 
property String^ ViewerID { 
   String^ get(); 
   void set (    String^ ); 
} 

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 referenced 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Web Assembly
Click or drag to resize