This documentation is for the old version. Go to the latest Graphics Mill docs

Aurigma.GraphicsMill.AjaxControls Namespace

The Aurigma.GraphicsMill.AjaxControls namespace contains classes related to Graphics Mill AJAX controls which provides an user with great GUI for image displaying and editing. These controls are based on ASP.NET 2.0 AJAX framework and allow you to use a standard web development approach. Using these controls you can easily build web photo editors and the imaging web applications.

Classes

Class Description
Public class BaseControlConverter

Converts a control on the Web Forms page to a string.

Public class BaseScriptControl

Base class for all AJAX-enabled web controls.

Public class BaseViewer

Base class for all controls which display some content in a browser.

Public class BitmapViewer

This class represents scrollable viewport web control.

Public class CanvasViewer

This class represents a scrollable viewport web control for vector objects.

Public class ControlNotFoundException

This exception is thrown when the control with specified ID or ClientID cannot be found (e.g. when attaching a rubberband or a navigator).

Public class FileCache

This class manages the private and public file cache used by the BitmapViewer.

Public class FileCacheTimeoutException

This exception is thrown when the control cannot get the cache index file until timeout expires.

Public class NavigatorConverter

Converts a navigator control on the Web Forms page to a string.

Public class PanNavigator

This class represents a navigator which is used to pan the image inside the BaseViewer control.

Public class RectangleController

This is a base class for all the navigators or rubberbands which should display a rectangle.

Public class RectangleEventArgs

Provides arguments for the events of the rectangle rubberband controls.

Public class RectangleRubberband

This class represents the rectangular rubberband.

Public class RemoteScriptingMethodAttribute

An attribute which marks the method as callable through the remote scripting mechanism.

Public class RemoteScriptingNullReferenceException

This exception is thrown when some parameter passed into the remote scripting method is null.

Public class RemoteScriptingParameterCountException

This exception is thrown when the number of parameters passed into the remote scripting method does not match the number of parameters required by this method.

Public class RemoteScriptingTypeNotSupportedException

This exception is thrown when the signature of the method marked with the RemoteScriptingMethodAttribute contains an argument of the type which cannot be converted from the string.

Public class RubberbandConverter

Converts a rubberband control on the Web Forms page to a string.

Public class UserInputController

This class is implemented by all the controls which can manage user input (such as mouse events) of the BaseViewer control.

Public class ViewerClientSideOptions

Exposes properties which configure automatic postback for individual events of the BaseViewer control.

Public class VObjectsRubberband

This class represents a rubberband which adds v-objects support functionality to the BitmapViewer control.

Public class WorkspaceClickEventArgs

Provides data for mouse click events on content associated with BaseViewer instance.

Public class ZoomInNavigator

This class represents a navigator which is used to zoom the content displayed in the BaseViewer control in by the mouse click.

Public class ZoomOutNavigator

This class represents a navigator which is used to zoom the content displayed in the BaseViewer control out by the mouse click.

Public class ZoomRectangleNavigator

This class represents a navigator which is used to zoom the content displayed in the BaseViewer control by selecting necessary portion of the content by the mouse.

Interfaces

Interface Description
Public interface ICallBackDataHandler

This interface is implemented by all the controls which can change their states during execution of the callback initiated by another control.

Public interface INavigator

This interface is implemented by all the navigator controls which can be attached to the BaseViewer through the Navigator property.

Public interface IRubberband

This interface is implemented by all the rubberband controls which can be attached to the BaseViewer through the Rubberband property.

Public interface IUserInputController

This interface is implemented by all the controls which can manage user input (such as mouse events) of the BaseViewer control.

Enumerations

Enumeration Description
Public enumeration BrowserImageFormat

Specifies supported file formats used to deliver the image to the browser.

Public enumeration ImageLoadMode

Specifies possible image loading modes for the BitmapViewer (class BitmapViewer and its descendants).

Public enumeration ResizeMode

Specifies possible resize modes for the rectangle rubberband (class RectangleRubberband and its descendants).

Public enumeration ScrollBarsStyle

Specifies values which specify when to display scroll bars at the control.

Public enumeration ViewportAlignment

Specifies possible values for alignment of viewport.

Public enumeration ZoomMode

Specifies zoom modes of the displayed image.

Public enumeration ZoomQuality

Specifies zoom quality of the displayed image.