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

BitmapViewer.BitmapStateEnabled Property

Gets/sets a value which specifies whether the bitmap specified in the Bitmap property should be stored between server roundtrips.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property BitmapStateEnabled As Boolean
C#
[BrowsableAttribute(true)]
public bool BitmapStateEnabled { get; set; }

Property Value

If true, the control tracks the bitmap specified in the Bitmap property and restores its state when the page reloads. If false, the bitmap state is lost as soon as the page is unloaded. In this case when the page will be reloaded, the Bitmap property will contain no bitmap.

See Also

Reference