ImageGear for .NET
includeArtInPostBack Property
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : includeArtInPostBack Property

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.