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

BitmapViewerClientSideOptions Class

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

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

Syntax

Visual Basic
Public Class BitmapViewerClientSideOptions
C#
public class BitmapViewerClientSideOptions

Remarks

Instances of this class are returned by the ClientSideOptions property.

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

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WebControls.BitmapViewerClientSideOptions

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