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.

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

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
+ Aurigma.GraphicsMill.AjaxControls..ViewerClientSideOptions

Thread Safety

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

See Also

Reference