ImageGear .NET v24.12 - Updated
includeArtInPostBack Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ThumbnailView class : includeArtInPostBack Property
Indicates whether the current annotations will be included in the state posted back to the server.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_includeArtInPostBack() : Boolean
function set_includeArtInPostBack(value : Boolean)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfThumbnailView.get_includeArtInPostBack();
Remarks

This property indicates whether the current annotations will be included in the state posted back to the server. It is for internal use only and you should use the server-side control property, (TBD) instead. If you are not using the server-side ASP.NET control, then you should not use this property because it is only used to convey the client-side control's state back to the server-side control.

See Also

Reference

ThumbnailView class
ThumbnailView Members