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)
GraphicsMill.BaseViewer = function();
Type.createClass(
'GraphicsMill.BaseViewer',
Sys.UI.Control);
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.