Html |
The HtmlToRtfHtmlConvertOptions type exposes the following members.
Name | Description | |
---|---|---|
HtmlToRtfHtmlConvertOptions | Create HTML converting options. |
Name | Description | |
---|---|---|
BaseURL | It's target path of the HTML document base location. | |
Encoding | Gets and sets the encoding for an input HTML document. Default value: AutoDetect. | |
OutputFormat | The output document format: DOCX, RTF, Text ansi or Unicode Text. Default value: Rtf. | |
PageSetup | Gets and sets the page setup properties: Paper type, Orientation, Margins, Headers and footers, page numbering and so forth. | |
PreserveHyperlinks | Preserve Hyperlinks or skip them. Default value: true. | |
PreserveImages | Preserve images or skip them. Default value: true. | |
SpellingLanguage | Default language for checking the document spelling and grammar. Default value: English_United_States. | |
TableAutoFit | Gets or sets a value indicating whether the table shall automatically resize to fit contents. Default value: false. | |
TableBorderVisibility | Gets and sets visibility for borders in all tables in the document. Default value: SameAsOriginalHtml. | |
TableFitWidthByPage | Gets or sets a value indicating to automatically decrease a table width if it greater than page width. Default value: true. | |
TextSetup | Gets and sets properties to change text formatting during the conversion from HTML: font family, size and color. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |