ImageGear for .NET
documentPageCount Property
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : documentPageCount Property

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.