Gets or sets a value indicating whether the image has been processed.
Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html
SyntaxC#
Copy Code
|
|---|
public bool IsProcessed { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsProcessed As Boolean |
true to write the image using an URL as a source, as specified by the Url property; false to write the image as base-64 encoded string.
See Also