This property refers to the number of images that have been scanned.
[Visual
Basic] imagekitcontrolname.Scan.ScanCount
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetScan().GetScanCount()
Property Value
The number of scanned images
Explanation
The ScanCount property refers to the number of images that have been scanned. Once the Exec or the ExecVariant method has completed execution, the ScanCount property value can be retrieved.
Setting this value
This value cannot be set.
Retrieving this value
This value can be retrieved at runtime.