ImageGear .NET v24.12 - Updated
pageNumber Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearPage class : pageNumber Property
Gets the index number for the page in a multipage document.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_pageNumber() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearPage.get_pageNumber();
Remarks

This is a read only property. It's value can be specified in the constructor only. It is the image page index for page in a multipage document. The first page of a file has an image page index of zero. This means, that a document that is not a multipage document has this property value as zero. The start index of page numbers in a multipage document is always zero.

See Also

Reference

ImGearPage class
ImGearPage Members