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

  ClassDescription
public classBaseControlConverter
Converts a control on the Web Forms page to a string.

public classBaseScriptControl
Base class for all AJAX-enabled web controls.

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

public classBitmapViewer
This class represents scrollable viewport web control.

public classControlNotFoundException
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 classFileCache
This class manages the private and public file cache used by the BitmapViewer.

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

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

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

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

public classRectangleEventArgs
Provides arguments for the events of the rectangle rubberband controls.

public classRectangleRubberband
This class represents the rectangular rubberband.

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

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

public classRemoteScriptingParameterCountException
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 classRemoteScriptingTypeNotSupportedException
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 classRubberbandConverter
Converts a rubberband control on the Web Forms page to a string.

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

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

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

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

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

public classZoomRectangleNavigator
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

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

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

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

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

Enumerations

  EnumerationDescription
public enumerationBrowserImageFormat
Specifies supported file formats used to deliver the image to the browser.

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

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

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

public enumerationViewportAlignment
Specifies possible values for alignment of viewport.

public enumerationZoomMode
Specifies zoom modes of the displayed image.

public enumerationZoomQuality
Specifies zoom quality of the displayed image.