This property retrieves the image file's page number from the thumbnail image specified by the ThumbArrayNum property.
[Visual
Basic] thumbcontrolname.ThumbArrayPage
[ = Integer ]
[Visual C++] [
short =
]thumbcontrolname.GetThumbArrayPage()
Property Value
The image file's page number (starts from 0)
Explanation
The ThumbArrayPage property retrieves the image file's page number from the thumbnail image specified by the ThumbArrayNum property. If theThumbArrayNum property refers to an image that is not loaded from file, then the ThumbArrayPage property will be an empty string or 0.
ThumbArrayPage property is used for multipage image files. If a single page image file is specified then the ThumbArrayPage property will be 0.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.