ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / documentPageCount Property

In This Topic
    documentPageCount Property
    In This Topic
    Indicates the number of images in the file that contains the current image.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_documentPageCount() : Integer
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.get_documentPageCount();
    Remarks

    This read-only property will be the number of images in the file that contains the current image, or zero if the viewer does not have a currently-open image.

    Note that if you call the openPage function, this property will not change to match the new page count until the image is fully opened, which will occur just before the viewer raises the pageOpened event. Prior to that time, this property will continue to hold the value for the previously-opened image or zero if there is no previously-opened image.

    See Also