This property sets whether or not the RasterToVector method is canceled.
[Visual
Basic] imagekitcontrolname.Vector.Cancel
[ = Boolean ]
[Visual
C++] imagekitcontrolname.GetVector().SetCancel(BOOL
Val )
Property Value
Value | Explanation |
---|---|
True | Cancels the RasterToVector method |
False | Does not cancel the RasterToVector method |
Explanation
The Cancel property sets whether or not the RasterToVector method is canceled. By setting the Cancel property to true, the RasterToVector method can be canceled.
Setting this value
This value can be set at run-time.Retrieving this value
This value cannot be retrieved.