Search
MhtmlExporter.SplitImageContent Property
See Also
 






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

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool SplitImageContent { get; set; }

Visual Basic  Copy Code

Public Property SplitImageContent As Boolean

 Property Value

A boolean value.

 See Also