Aurigma Graphics Mill 5.5 for .NET
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.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
Syntax
Visual Basic
<BrowsableAttribute(True)> _ Public Property BitmapStateEnabled As Boolean
C#
[BrowsableAttribute(true)] public bool BitmapStateEnabled { get; set; }