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

BitmapViewer.ClientSideOptions Property

Gets/sets values which configure automatic postback for individual events.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public ReadOnly Property ClientSideOptions As BitmapViewerClientSideOptions
C#
[BrowsableAttribute(true)]
public BitmapViewerClientSideOptions ClientSideOptions { get; }

Property Value

BitmapViewerClientSideOptions class instance which provides an access to properties which configure automatic postback for individual events.

Remarks

Automatic postback can be enabled for all events with the AutoPostBack property. However if you want to disable automatic postback for certain events (e.g. Zoomed) and enable it for other ones (e.g. Click), you can use this property. It exposes a boolean property for each event.

This property makes sense only if AutoPostBack is false. If it is true, postback occurs regardless to values of properties of the BitmapViewerClientSideOptions object.

See Also

Reference