This event is generated when a raster image is converted to a vector image.
[Visual Basic] Public Event
StartRasterToVector As EventHandler
[C#] public event EventHandler
StartRasterToVector;
Event Data
The event handler receives arguments of type EventArgs.
Explanation
The StartRasterToVector event is generated when a raster image is converted to a vector image, i.e. when the Vector.RasterToVector method is executed.