MindFusion.Reporting for Silverlight Programmer's Guide
MhtmlRenderTarget.SplitImageContent Property
See Also
 





Gets or sets a value indicating whether the content of images inside the rendered MHTML should be split to individual lines that do not exceed 80 characters.

Namespace: MindFusion.Reporting.Silverlight.Export
Assembly: MindFusion.Reporting.Silverlight.HtmlExport

 Syntax

C#  Copy Code

public bool SplitImageContent { get; set; }

Visual Basic  Copy Code

Public Property SplitImageContent As Boolean

 Property Value

true to wrap image content; otherwise, false.

 See Also

MhtmlRenderTarget Members
MhtmlRenderTarget Class
MindFusion.Reporting.Silverlight.Export Namespace