ImageGear for .NET
artPageOpenFailed Event
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearDocument Class : artPageOpenFailed Event

Glossary Item Box

Indicates that a new ART page failed to open in the document.

Syntax

ASP.NET Ajax Javascript (Specification) 
function add_artPageOpenFailed(handler : Function)
function remove_artPageOpenFailed(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_artPageOpenFailed(handler);
.remove_artPageOpenFailed(handler);

Remarks

The ImGearDocument will raise this event whenever one or more pages fail to load in the document.

The document will provide a ImGearPageOpenFailedEventArgs which contains one parameter, an exception object.

This object contains an exception object which may be of the following type in the list:

See Also

©2013. Accusoft Corporation. All Rights Reserved.