StiGetImageDataEventArgs Constructor (Image) |
Creates a new object of the type StiGetImageDataEventArgs.
Namespace:
Stimulsoft.Report.Events
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiGetImageDataEventArgs(
Image image
)
Public Sub New (
image As Image
)
Parameters
- image
- Type: System.DrawingImage
Image for event.
See Also