The BitmapViewer type exposes the following members.
Name | Description | |
---|---|---|
![]() |
abort |
Cancels all remote methods. (Inherited from BaseViewer.) |
![]() |
addCssClass | (Inherited from BaseViewer.) |
![]() |
beginUpdate | (Inherited from BaseViewer.) |
![]() |
controlToWorkspacePoint |
Translates coordinates from the control-related coordinate system to the workspace-related one. (Inherited from BaseViewer.) |
![]() |
controlToWorkspaceRectangle |
Translates rectangle coordinates from the control-related coordinate system to the workspace-related one. (Inherited from BaseViewer.) |
![]() |
dispose |
Releases all resources. (Inherited from BaseViewer.) |
![]() |
endUpdate | (Inherited from BaseViewer.) |
![]() |
invokeRemoteMethod |
Runs the specified remote method on the server. Read the Remote Scripting Approach topic for more details. (Inherited from BaseViewer.) |
![]() |
onBubbleEvent | (Inherited from BaseViewer.) |
![]() |
raiseBubbleEvent | (Inherited from BaseViewer.) |
![]() |
raisePropertyChanged | (Inherited from BaseViewer.) |
![]() |
refresh |
Refreshes the control immediately. (Inherited from BaseViewer.) |
![]() |
removeCssClass | (Inherited from BaseViewer.) |
![]() |
toggleCssClass | (Inherited from BaseViewer.) |
![]() |
updated | (Inherited from BaseViewer.) |
![]() |
workspaceToControlPoint |
Translates coordinates from the workspace-related coordinate system to the control-related one. (Inherited from BaseViewer.) |
![]() |
workspaceToControlRectangle |
Translates rectangle coordinates from the workspace-related coordinate system to the control-related one. (Inherited from BaseViewer.) |
Name | Description | |
---|---|---|
![]() |
actualSizeHorizontalScale |
Gets a value which represents the ratio of screen horizontal resolution to the image resolution. |
![]() |
actualSizeVerticalScale |
Gets a value which represents the ratio of screen vertical resolution to the image resolution. |
![]() |
autoPostBack |
Gets/sets a value indicating whether a postback to the server automatically occurs when the user zooms or scrolls the content. (Inherited from BaseViewer.) |
![]() |
bitmap |
Gets the bitmap which is displayed in the control. |
![]() |
borderWidth |
Gets the width (in pixels) of the control border. (Inherited from BaseViewer.) |
![]() |
clientSideOptions |
Gets values which configure automatic postback for individual events. (Inherited from BaseViewer.) |
![]() |
delayedRefreshTimeout |
Amount of milliseconds to wait before delayed refresh will be invoked. (Inherited from BaseViewer.) |
![]() |
element | (Inherited from BaseViewer.) |
![]() |
events | (Inherited from BaseViewer.) |
![]() |
exceptionDescription |
When a remote scripting method fails, this method returns the exception description. (Inherited from BaseViewer.) |
![]() |
hasContent |
Gets a value indicating if the viewer contains a bitmap. |
![]() |
height |
Gets the height (in pixels) of the control area. (Inherited from BaseViewer.) |
![]() |
imageLoadMode |
Gets a value that specifies how the image is loaded to a browser. |
![]() |
isInitialized | (Inherited from BaseViewer.) |
![]() |
isUpdating | (Inherited from BaseViewer.) |
![]() |
maxZoom |
Gets the maximum allowed zoom value. (Inherited from BaseViewer.) |
![]() |
minZoom |
Gets the minimum allowed zoom value. (Inherited from BaseViewer.) |
![]() |
parent | (Inherited from BaseViewer.) |
![]() |
returnValue |
When a remote scripting method is completed, this method returns its return value. (Inherited from BaseViewer.) |
![]() |
rulerEnabled |
Gets or sets a value indicating whether to show the ruler. (Inherited from BaseViewer.) |
![]() |
rulerScale |
Gets or sets the ruler scale. (Inherited from BaseViewer.) |
![]() |
rulerWidth |
Gets or sets the ruler width. (Inherited from BaseViewer.) |
![]() |
scaleToActualSize |
Get/sets a value that specifies whether to take into account the image resolution (DPI) during displaying. |
![]() |
screenXDpi |
Gets a value representing horizontal resolution in DPI used to show content in the browser. (Inherited from BaseViewer.) |
![]() |
screenYDpi |
Gets a value representing vertical resolution in DPI used to show content in the browser. (Inherited from BaseViewer.) |
![]() |
scrollBarsStyle |
Gets a value that specifies whether to display scroll bars and whether to hide them automatically when the displayed content is less than the control size. (Inherited from BaseViewer.) |
![]() |
scrollBarWidth |
Gets a value that represents a scroll bar width (in pixels) in calculations. (Inherited from BaseViewer.) |
![]() |
scrollingPosition |
Gets/sets the position of the scroll bars. (Inherited from BaseViewer.) |
![]() |
scrollingSize |
Gets a scroll bar length (in other words, the right-bottom point of the image fragment which is out of the visible area). (Inherited from BaseViewer.) |
![]() |
status |
Gets a current Viewer status. (Inherited from BaseViewer.) |
![]() |
viewportAlignment |
Gets/sets a value that specifies content alignment in the control. (Inherited from BaseViewer.) |
![]() |
visibilityMode | (Inherited from BaseViewer.) |
![]() |
visible | (Inherited from BaseViewer.) |
![]() |
width |
Gets the width (in pixels) of the control area. (Inherited from BaseViewer.) |
![]() |
workspaceHeight |
Gets a value which represents height (in pixels) of bitmap loaded in BitmapViewer. |
![]() |
workspaceWidth |
Gets a value which represents width of bitmap loaded in BitmapViewer. |
![]() |
zoom |
Gets/sets the current zoom value. (Inherited from BaseViewer.) |
![]() |
zoomMode |
Gets/sets a value that specifies content zoom mode of the control (automatic or manual). (Inherited from BaseViewer.) |
![]() |
zoomQuality |
Gets a value that specifies a zoom quality. (Inherited from BaseViewer.) |
Name | Description | |
---|---|---|
![]() |
click |
Fires when the control is clicked. (Inherited from BaseViewer.) |
![]() |
disposing | (Inherited from BaseViewer.) |
![]() |
invokingCallbackRequest |
Occurs before the callback is initiated by this control. (Inherited from BaseViewer.) |
![]() |
mouseDown |
Fires when the user clicks the control with either mouse button. (Inherited from BaseViewer.) |
![]() |
mouseMove |
Fires when the user moves the mouse over the control. (Inherited from BaseViewer.) |
![]() |
mouseUp |
Fires when the user releases a mouse button while the mouse is over the control. (Inherited from BaseViewer.) |
![]() |
propertyChanged | (Inherited from BaseViewer.) |
![]() |
scrolled |
Fires when scroll position of the control is changed. (Inherited from BaseViewer.) |
![]() |
statusChanged |
Fires when status (see status property) is updated. (Inherited from BaseViewer.) |
![]() |
workspaceChanged |
Occurs when the content of the associated workspace is replaced. (Inherited from BaseViewer.) |
![]() |
workspaceClick |
Fires when the content displayed in the control is clicked. (Inherited from BaseViewer.) |
![]() |
workspaceMouseDown |
Occurs when a mouse button is clicked in the content displayed by this viewer control. (Inherited from BaseViewer.) |
![]() |
workspaceMouseMove |
Fires when the user moves the mouse over the content of control. (Inherited from BaseViewer.) |
![]() |
workspaceMouseUp |
Fires when the user releases a mouse button while the mouse is over the content of control. (Inherited from BaseViewer.) |
![]() |
zoomed |
Fires when the content is zoomed in the control. (Inherited from BaseViewer.) |