This property sets whether or not the scan process is canceled.
[Visual
Basic] imagekitcontrolname.Scan.Cancel
[ = Boolean ]
[Visual
C++] imagekitcontrolname.GetScan().SetCancel(BOOL
Val)
Property Value
Value | Explanation |
---|---|
True | Cancels the scan process |
False | Does not cancel the scan process |
Explanation
The Cancel property sets whether or not the scan process is canceled. By setting the Cancel property to true within the BeforeScan, Scanning, or AfterScan events, the scanning process can be canceled.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.