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

ViewerClientSideOptions Class

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

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

Syntax

Visual Basic
Public Class ViewerClientSideOptions
C#
public class ViewerClientSideOptions

Remarks

Instances of the ViewerClientSideOptions class are returned by the BaseViewer.ClientSideOptions property.

Each property of this class enables or disables automatic postback for appropriate event. However if the BaseViewer.AutoPostBack value is true, automatic postback occurs regardless of these properties values.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.AjaxControls.ViewerClientSideOptions

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference