This class represents scrollable viewport web control.

The following tables list the members exposed by the BitmapViewer type.

Public Methods

  NameDescription
ApplyStyle
Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.
(Inherited from WebControl.)
ApplyStyleSheetSkin
Applies the style properties defined in the page style sheet to the control.
(Inherited from Control.)
ControlToWorkspaceOverloaded.
Translates coordinates from the control-related coordinate system to the workspace-related one.

CopyBaseAttributes
Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
(Inherited from WebControl.)
DataBind
Binds a data source to the invoked server control and all its child controls.
(Inherited from Control.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FindControl
Searches the current naming container for a server control with the specified id parameter.
(Inherited from Control.)
Focus
Sets input focus to a control.
(Inherited from Control.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HasControls
Determines if the server control contains any child controls.
(Inherited from Control.)
MergeStyle
Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.
(Inherited from WebControl.)
RenderBeginTag
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
RenderControl
Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
(Inherited from Control.)
RenderEndTag
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
ResolveClientUrl
Gets a URL that can be used by the browser.
(Inherited from Control.)
ResolveUrl
Converts a URL into one that is usable on the requesting client.
(Inherited from Control.)
SetRenderMethodDelegate
Assigns an event handler delegate to render the server control and its content into its parent control.
(Inherited from Control.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WorkspaceToControlOverloaded.
Translates coordinates from the workspace-related coordinate system to the control-related one.

Protected Methods

  NameDescription
AddAttributesToRender
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag. This method is used primarily by control developers.
(Inherited from WebControl.)
AddedControl
Called after a child control is added to the Controls collection of the Control object.
(Inherited from Control.)
AddParsedSubObject
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object.
(Inherited from Control.)
BuildProfileTree
Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page.
(Inherited from Control.)
ClearChildControlState
Deletes the control-state information for the server control's child controls.
(Inherited from Control.)
ClearChildState
Deletes the view-state and control-state information for all the server control's child controls.
(Inherited from Control.)
ClearChildViewState
Deletes the view-state information for all the server control's child controls.
(Inherited from Control.)
CreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Inherited from Control.)
CreateControlCollection
Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control.
(Inherited from Control.)
CreateControlStyle
Creates the style object that is used internally by the WebControl class to implement all style related properties. This method is used primarily by control developers.
(Inherited from WebControl.)
DataBind
Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event.
(Inherited from Control.)
DataBindChildren
Binds a data source to the server control's child controls.
(Inherited from Control.)
EnsureChildControls
Determines whether the server control contains child controls. If it does not, it creates child controls.
(Inherited from Control.)
EnsureID
Creates an identifier for controls that do not have an identifier assigned.
(Inherited from Control.)
FindControl
Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the method.
(Inherited from Control.)
GetCallbackResult
Returns the result of a callback event that targets a control.
(Overrides GetCallbackResult().)
GetDesignModeState
Gets design-time data for a control.
(Inherited from Control.)
GetScriptDescriptors
When overridden in a derived class, returns the ScriptDescriptor objects for the control.
(Inherited from BaseScriptControl.)
GetScriptReferences
When overridden in a derived class, returns the script files for the control.
(Inherited from BaseScriptControl.)
HasEvents
Returns a value indicating whether events are registered for the control or any child controls.
(Inherited from Control.)
IsLiteralContent
Determines if the server control holds only literal content.
(Inherited from Control.)
LoadControlState
Restores control-state information from a previous page request that was saved by the SaveControlState() method.
(Inherited from Control.)
LoadPostData
Processes the postback data for the BitmapViewer control.
(Overrides LoadPostData(String, NameValueCollection).)
LoadViewState
Restores view-state information from a previous request that was saved with the SaveViewState() method.
(Inherited from WebControl.)
MapPathSecure
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from Control.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnBubbleEvent
Determines whether the event for the server control is passed up the page's UI server control hierarchy.
(Inherited from Control.)
OnDataBinding
Raises the DataBinding event.
(Inherited from Control.)
OpenFile
Gets a Stream used to read a file.
(Inherited from Control.)
RaiseBubbleEvent
Assigns any sources of the event and its information to the control's parent.
(Inherited from Control.)
RaiseCallbackEvent
Creates the arguments for the callback handler.
(Overrides RaiseCallbackEvent(String).)
RaisePostBackEvent
Raises events for the BaseViewer control when a form is posted back to the server.
(Inherited from BaseViewer.)
RaisePostDataChangedEvent
Raises events for the BaseViewer control when postback occurs.
(Inherited from BaseViewer.)
RemovedControl
Called after a control is removed from the Controls collection of another control.
(Inherited from Control.)
RenderChildren
Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from Control.)
RenderContents
Renders the contents of the control to the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
RenderControl
Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object.
(Inherited from Control.)
ResolveAdapter
Gets the control adapter responsible for rendering the specified control.
(Inherited from Control.)
SaveControlState
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from Control.)
SaveViewState
Saves any state that was modified after the TrackViewState() method was invoked.
(Inherited from WebControl.)
SetDesignModeState
Sets design-time data for a control.
(Inherited from Control.)
TrackViewState
Causes the control to track changes to its view state so they can be stored in the object's ViewState property.
(Inherited from WebControl.)

Public Constructors

  NameDescription
BitmapViewerNew
Creates and initializes an instance of the BitmapViewer class.

Public Properties

  NameDescription
AccessKey
Gets or sets the access key that allows you to quickly navigate to the Web server control.
(Inherited from WebControl.)
ActualSizeHorizontalScale
Gets a value which represents the ratio of screen horizontal resolution to the image resolution.
(Overrides ActualSizeHorizontalScale.)
ActualSizeVerticalScale
Gets a value which represents the ratio of screen vertical resolution to the image resolution.
(Overrides ActualSizeVerticalScale.)
AppRelativeTemplateSourceDirectory
Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
(Inherited from Control.)
Attributes
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
(Inherited from WebControl.)
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.)
BackColor
Gets or sets the background color of the Web server control.
(Inherited from WebControl.)
BindingContainer
Gets the control that contains this control's data binding.
(Inherited from Control.)
Bitmap
Gets/sets the bitmap which is displayed in the control.

BitmapStateEnabled
Gets/sets a value which specifies whether the bitmap specified in the Bitmap property should be stored between server roundtrips.

BorderColor
Gets or sets the border color of the Web control.
(Inherited from WebControl.)
BorderStyle
Gets or sets the border style of the Web server control.
(Inherited from WebControl.)
BorderWidth
Gets/sets the width (in pixels) of the control border.
(Inherited from BaseViewer.)
BrowserImageFormat
Gets/sets the file format of the images which are sent to the browser.

BrowserJpegQuality
Gets/sets the JPEG quality of the images which are sent to the browser when the value of the BrowserImageFormat property is set to Jpeg.

ClientID
Gets the server control identifier generated by ASP.NET.
(Inherited from Control.)
ClientSideOptions
Gets/sets values which configure automatic postback for individual events.
(Inherited from BaseViewer.)
Controls
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Inherited from Control.)
ControlStyle
Gets the style of the Web server control. This property is used primarily by control developers.
(Inherited from WebControl.)
ControlStyleCreated
Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers.
(Inherited from WebControl.)
Enabled
Gets or sets a value indicating whether the Web server control is enabled.
(Inherited from WebControl.)
EnableViewState
Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
(Inherited from Control.)
HasAttributes
Gets a value indicating whether the control has attributes set.
(Inherited from WebControl.)
HasContent
Gets a value indicating if the viewer displays any content.
(Overrides HasContent.)
Height
Gets/sets the height (in pixels) of the control area.
(Inherited from BaseViewer.)
ID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from Control.)
ImageLoadMode
Gets/sets a value that specifies how the image is loaded to a browser.

MaxZoom
Gets/sets the maximum allowed zoom value.
(Inherited from BaseViewer.)
MinZoom
Gets/sets the minimum allowed zoom value.
(Inherited from BaseViewer.)
NamingContainer
Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value.
(Inherited from Control.)
Navigator
Gets/sets the navigator control ID (i.e. value stored in the attribute id of the tag that inserts the control).
(Inherited from BaseViewer.)
Page
Gets a reference to the Page instance that contains the server control.
(Inherited from Control.)
Parent
Gets a reference to the server control's parent control in the page control hierarchy.
(Inherited from Control.)
PreviewImageEnabled
Gets/sets a value which enables the low-resolution preview of the image which is displayed in the background of the control while the portion of the high-resolution image is loaded to the browser.

PreviewImageResizeRatio
Gets/sets the ratio of the original image dimensions to the dimensions of the preview image displayed in the background of the control (when enabled).

Rubberband
Gets/sets the rubberband control ID (i.e. value stored in the attribute id of the tag that inserts the control).
(Inherited from BaseViewer.)
ScaleToActualSize
Get/sets a value that specifies whether to take into account the content resolution (DPI) during displaying.
(Inherited from BaseViewer.)
ScreenXDpi
Gets/sets a value representing horizontal resolution in DPI used to show content in the browser.
(Inherited from BaseViewer.)
ScreenYDpi
Gets/sets a value representing vertical resolution in DPI used to show content in the browser.
(Inherited from BaseViewer.)
ScrollBarsStyle
Gets/sets 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/sets 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.)
Site
Gets information about the container that hosts the current control when rendered on a design surface.
(Inherited from Control.)
Style
Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control.
(Inherited from WebControl.)
TabIndex
Gets or sets the tab index of the Web server control.
(Inherited from WebControl.)
TemplateControl
Gets or sets a reference to the template that contains this control.
(Inherited from Control.)
TemplateSourceDirectory
Gets the virtual directory of the Page or UserControl that contains the current server control.
(Inherited from Control.)
TileSize
Gets/sets a value which represents width and height of tile (in pixels).

ToolTip
Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
(Inherited from WebControl.)
UniqueID
Gets the unique, hierarchically qualified identifier for the server control.
(Inherited from Control.)
ViewportAlignment
Gets/sets a value that specifies content alignment in the control.
(Inherited from BaseViewer.)
Visible
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Inherited from Control.)
Width
Gets/sets the width (in pixels) of the control area.
(Inherited from BaseViewer.)
WorkspaceHeight
Gets a value which represents the height (in pixels) of the bitmap loaded in BitmapViewer.
(Overrides WorkspaceHeight.)
WorkspaceWidth
Gets a value which represents the width (in pixels) of the bitmap loaded in BitmapViewer.
(Overrides WorkspaceWidth.)
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/sets a value that specifies a zoom quality.
(Inherited from BaseViewer.)

Protected Properties

  NameDescription
Adapter
Gets the browser-specific adapter for the control.
(Inherited from Control.)
ChildControlsCreated
Gets a value that indicates whether the server control's child controls have been created.
(Inherited from Control.)
ClientIDSeparator
Gets a character value representing the separator character used in the ClientID property.
(Inherited from Control.)
Context
Gets the HttpContext object associated with the server control for the current Web request.
(Inherited from Control.)
DesignMode
Gets a value indicating whether a control is being used on a design surface.
(Inherited from Control.)
Events
Gets a list of event handler delegates for the control. This property is read-only.
(Inherited from Control.)
HasChildViewState
Gets a value indicating whether the current server control's child controls have any saved view-state settings.
(Inherited from Control.)
IdSeparator
Gets the character used to separate control identifiers.
(Inherited from Control.)
IsChildControlStateCleared
Gets a value indicating whether controls contained within this control have control state.
(Inherited from Control.)
IsEnabled
Gets a value indicating whether the control is enabled.
(Inherited from WebControl.)
IsTrackingViewState
Gets a value that indicates whether the server control is saving changes to its view state.
(Inherited from Control.)
IsViewStateEnabled
Gets a value indicating whether view state is enabled for this control.
(Inherited from Control.)
LoadViewStateByID
Gets a value indicating whether the control participates in loading its view state by ID instead of index.
(Inherited from Control.)
TagKey
Gets the HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers.
(Inherited from WebControl.)
TagName
Gets the name of the control tag. This property is used primarily by control developers.
(Inherited from WebControl.)
ViewState
Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page.
(Inherited from Control.)
ViewStateIgnoresCase
Gets a value that indicates whether the StateBag object is case-insensitive.
(Inherited from Control.)

Public Events

  NameDescription
DataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
Disposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.)
Init
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
Load
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
PreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Scrolled
Fires when scroll position of the control is changed.
(Inherited from BaseViewer.)
Unload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)
WorkspaceChanged
Occurs when the content of the associated workspace is replaced.
(Inherited from BaseViewer.)
WorkspaceClick
Occurs when a mouse button is clicked on the content displayed by this viewer control.
(Inherited from BaseViewer.)
Zoomed
Fires when zoom or zoom mode of the control is changed.
(Inherited from BaseViewer.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationAurigma.GraphicsMill.AjaxControls.ICallBackDataHandler.GetCallBackExecutionCode
Returns a String which represents the current state of the control.

Explicit interface implemetationSystem.Web.UI.IAttributeAccessor.GetAttribute (Inherited from WebControl.)
Explicit interface implemetationSystem.Web.UI.IAttributeAccessor.SetAttribute (Inherited from WebControl.)
Explicit interface implemetationSystem.Web.UI.ICallbackEventHandler.GetCallbackResult
Returns the results of a callback event that targets a control.
(Inherited from BaseViewer.)
Explicit interface implemetationSystem.Web.UI.ICallbackEventHandler.RaiseCallbackEvent
Processes a callback event that targets a control.
(Inherited from BaseViewer.)
Explicit interface implemetationSystem.Web.UI.IControlBuilderAccessor.ControlBuilder (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IControlDesignerAccessor.GetDesignModeState (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IControlDesignerAccessor.SetDesignModeState (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IControlDesignerAccessor.SetOwnerControl (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IControlDesignerAccessor.UserData (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IDataBindingsAccessor.DataBindings (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IDataBindingsAccessor.HasDataBindings (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IExpressionsAccessor.Expressions (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IExpressionsAccessor.HasExpressions (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IParserAccessor.AddParsedSubObject (Inherited from Control.)
Explicit interface implemetationSystem.Web.UI.IPostBackDataHandler.LoadPostData
When implemented by a class, processes postback data for an ASP.NET server control.
(Inherited from BaseViewer.)
Explicit interface implemetationSystem.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent
When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.
(Inherited from BaseViewer.)
Explicit interface implemetationSystem.Web.UI.IPostBackEventHandler.RaisePostBackEvent
When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
(Inherited from BaseViewer.)
Explicit interface implemetationSystem.Web.UI.IScriptControl.GetScriptDescriptors
Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
(Inherited from BaseScriptControl.)
Explicit interface implemetationSystem.Web.UI.IScriptControl.GetScriptReferences
Gets a collection of ScriptReference objects that define script resources that the control requires.
(Inherited from BaseScriptControl.)

See Also