ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / includeArtInPostBack Property

In This Topic
    includeArtInPostBack Property
    In This Topic
    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