Loads a Word Document from an HTML String.

Can include the following meta tags: <list type="bullet"> <item>&lt;meta name='html-BaseAddress' content='https://example.com/'/&gt;</item> <item>&lt;meta name='pdf-PageSize' content='A2|A3|A4|A5|A6|Legal|Letter'/&gt;</item> <item>&lt;meta name='pdf-PageOrientation' content='Landscape|Portrait'/&gt;</item> <item>&lt;meta name='pdf-LeftMargin' content='99cm|99in|99px|99pt'/&gt;</item> <item>&lt;meta name='pdf-RightMargin' content='99cm|99in|99px|99pt'/&gt;</item> <item>&lt;meta name='pdf-TopMargin' content='99cm|99in|99px|99pt'/&gt;</item> <item>&lt;meta name='pdf-BottomMargin' content='99cm|99in|99px|99pt'/&gt;</item> </list>

Syntax

ISWordDocument.LoadFromHtmlString(html)

Parameters

NameTypeOptionalByRefDescription
html String The HTML String.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISWordDocument
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0