The following tables list the members exposed by WebImageViewer.
Public Constructors
Name | Description | |
---|---|---|
WebImageViewer | Initializes a new instance of the WebImageViewer class. |
Public Methods
Name | Description | |
---|---|---|
ApplyCommand | Applies a Leadtools.ImageProcessing.RasterCommand to the current image in order to process it. | |
CenterAtPoint | Centers the image display at the specified point. | |
Clear | Clears the image displayed in the viewer. | |
OpenImageUrl | Opens the image from an URL or a virtual path and displays it. | |
RenderControl | Overrides Control.RenderControl |
Protected Methods
Name | Description | |
---|---|---|
OnInit | Overrides Control.OnInit method. | |
OnPreRender | Overrides Control.OnPreRender method. |
Public Properties
Name | Description | |
---|---|---|
BrowserImageFormat | Gets or sets the format of the image to be displayed by the browser. | |
CacheFolder | Gets or sets the virtual path where the processed images are cached. | |
DisableBrowserCaching | Gets or sets a value that disables the browser images caching on the client machine. | |
DropShadowColor | Gets or sets the shadow color of the frame being added to the image. | |
DropShadowSize | Gets or sets the shadow size of the frame being added to the image. | |
Font | Overrides WebControl.Font property. | |
ForeColor | Overrides WebControl.ForeColor property. | |
HorizontalAlignMode | Gets or sets the horizontal alignment used when displaying the image. | |
HorizontalRealScaleFactor | Gets the real horizontal scale factor used to display the image. | |
ImageBorderSize | Gets or sets the number of pixels to leave as buffer between the control and the image. | |
ImageFrameColor | Gets or sets the color of the frame being added to the image. | |
ImageFrameSize | Gets or sets the thickness in pixels of the frame being added to the image. | |
ImageInfo | Gets information about the image currently loaded in the control. | |
ImageUrl | Gets or sets the URL of the image to be displayed | |
InputProfile | Gets or sets the URL of the XML file that contains the options to be used as the codecs load options. | |
InteractiveZoomPercent | Gets or sets the percentage that the property will change when one of the zoom interactive modes is used. | |
MaxScrollPosition | Gets the max scroll position the image can scroll to. | |
MouseInteractiveMode | Gets the behavior of the left/right mouse button when interacting with the viewer. | |
OutputProfile | Gets or sets the URL of the XML file that contains codecs save options for the image displayed by the WebImageViewer. | |
ResourcesPath | Gets or sets the virtual path where resources(scripts, icons) are located. | |
ScaleFactor | Gets or sets the zoom factor used to display the image. | |
ScrollBarVisible | Enables or disables automatically showing the scroll bars if the image width or height exceeds the control client area. | |
ScrollPosition | Gets or sets the scroll bar position. | |
SizeMode | Gets or sets how the control displays the image and makes automatic adjustments to the display rectangle. | |
TileSize | Gets or sets the tile size (width/height) in pixels used when dividing the image into blocks. | |
UseDpi | Gets or sets a value that indicates whether the control uses the image's DPI (Dots Per Inch) to calculate the physical resolution for the image. | |
VerticalAlignMode | Gets or sets the vertical alignment used when displaying the image. | |
VerticalRealScaleFactor | Gets the real vertical scale factor used to display the image. | |
Visible | Overrides Control.Visible property. |
Public Events
Name | Description | |
---|---|---|
ImageChanged | Fires when a new image is loaded into the WebImageViewer control. | |
ImageDataChanged | Fires if the current loaded image data has changed. | |
PropertyChanged | Notifies clients that a property value has changed. |