ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearPage class / pageNumber Property

In This Topic
    pageNumber Property
    In This Topic
    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