Gets the total number of pages in the image set.
Read-write property
Visual Basic |
---|
Public Property TotalPages As Long |
A long value which represents the number of pages in the image set.
If the image set is specified using a list file and the page information is not included, the value returned may be -1, indicating the total number of pages is not known. If the PageCount, PageRange, or Page attributes are specified for every ImageFile item in the list file, the total page count value is returned.
After the OnTotalPagesAvailable event fires, this property contains the actual total number of pages in the image set.