ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_documentPageCount() : Integer |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.get_documentPageCount(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_documentPageCount() : Integer |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfPageView.get_documentPageCount(); |
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.