MindFusion WinForms Programmer's Guide
ImageEventArgs.IsProcessed Property
See Also
 





Gets or sets a value indicating whether the image has been processed.

Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html

 Syntax

C#  Copy Code

public bool IsProcessed { get; set; }

Visual Basic  Copy Code

Public Property IsProcessed As Boolean

 Property Value

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

ImageEventArgs Members
ImageEventArgs Class
MindFusion.Reporting.Export Namespace