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