This client-side class corresponds to the BaseViewer server-side control and gives an opportunity to obtain access to its primary members in JavaScript.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script

GraphicsMill.BaseViewer = function();

Type.createClass(
	'GraphicsMill.BaseViewer',
	Sys.UI.Control);

Remarks

All the client-side classes intended to display some content in a browser are inherited from this class.

BaseViewer is an abstract class which implements common functionality for content viewer controls. You cannot instantiate objects of this class directly.

Inheritance Hierarchy

Sys..::.Component L Sys.UI..::.Control L GraphicsMill..::.BaseViewer L GraphicsMill..::.BitmapViewer