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

index
The zero-based index of the page to remove.

Glossary Item Box

Removes one page from the collection.

Syntax

ASP.NET Ajax Javascript (Specification) 
function removePage( 
   index : number(Integer)
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearPageCollection.removePage(number(Integer));

Parameters

index
The zero-based index of the page to remove.

Remarks

This function removes a single page from the collection.

After this function removes the page, it will raise the pageRemoved event.

See Also

©2013. Accusoft Corporation. All Rights Reserved.