Gets the image related to the event.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.HtmlExport
SyntaxC#
Copy Code
|
|---|
public BitmapSource Image { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Image As BitmapSource |
A WPF BitmapSource object.
See Also