ImageGear for .NET
removeAllPages Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearPageCollection Class : removeAllPages Method

Glossary Item Box

Removes all the pages from the collection.

Syntax

ASP.NET Ajax Javascript (Specification) 
function removeAllPages() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearPageCollection.removeAllPages();

Remarks

This function removes all pages from the collection. If the collection contains no page, this function will do nothing and will not raise the pageRemoved event.

A pageRemoved event will be raised for each page removed in the collection. Refer to the pageRemoved event for details about the eventArgs.

See Also

©2013. Accusoft Corporation. All Rights Reserved.