ImageGear .NET - Updated
includeArtInPostBack Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView 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() : String
function set_includeArtInPostBack(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.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

PageView class
PageView Members