Gets or sets a value indicating whether the image has been processed.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.HtmlExport
SyntaxC#
Copy Code
|
|---|
public bool IsProcessed { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsProcessed As Boolean |
A boolean value.
See Also