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
SyntaxC#
Copy Code
|
|---|
public bool SplitImageContent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SplitImageContent As Boolean |
A boolean value.
See Also