ImageGear .NET
pageRemoved Event

Indicates that a page is removed from the page collection in the document.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add_pageRemoved(handler : Function)
function remove_pageRemoved(handler : Function)
ASP.NET Ajax Javascript (Usage) 
.add_pageRemoved(handler);
.remove_pageRemoved(handler);
Remarks

The ImGearDocumentCollection raises this event whenever one or more pages are removed from the page collections in the documents(as the result of a call to the removePage function).

The collection provides ImGearPageEventArgs as the event argument. The event argument contains the removed ImGearPage.

See Also

Reference

ImGearDocumentCollection class
ImGearDocumentCollection Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback