You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BaseViewer.status Property

Gets a current Viewer status.

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

Syntax

Java Script
function get_status();

Property Value

The value which represents current status of Viewer control.

Remarks

It can be one of the following values:

  • ready The remote scripting method has been completed (or was not run yet), and you can freely get return value or exception details.
  • busy The remote scripting method is running (the viewer state is changing).
  • refresh The control updates a portion of content it displays (e.g. when user zoomed or scrolled it).

See Also

Reference