The FileMaxPage property refers to the number of pages of a multi-page image file. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeMem method.
[Visual
Basic] imagekitcontrolname.File.FileMaxPage
[= Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetFile().GetFileMaxPage()
Property Value
The number of pages of a multi-page image file.
Explanation
The FileMaxPage property refers to the number of pages of a multi-page image file. To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeMem method.
When using vector image formats the following properties are disabled; FileBitCount, FileImageSize, FileMaxPage, and FileWidthByte.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.