Html |
The RtfToHtmlHtmlFixedSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentType |
Gets the content-type for HTML file format.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | CssExportMode |
Specifies how CSS (Cascading Style Sheet) styles are exported to HTML or MHTML.
Default value is Inline.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | CssFileName |
Specifies the path and the name of the Cascading Style Sheet (CSS) file
written when a document is exported to HTML. Default is an empty string.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | CssStream |
Allows to specify the stream where the CSS information will be saved to.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | EmbedImages |
Gets or sets a value indicating whether images are embedded directly within the
HTML file in form of Base64 encoding. Default value: true.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() | Encoding |
Gets or sets the encoding for the HTML file.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() | FontSavingCallback |
Allows you to manage the saving of custom fonts when saving a document in HTML format.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() | FontsDirectoryPath |
Gets or sets the physical directory where all custom fonts will be saved.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() | FontsDirectorySrcPath |
Gets or sets the relative directory that will be used when referencing custom fonts in the HTML.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | ImageFormat | Obsolete. Gets and sets the format to embed images in the saving document. Default value: Auto. (Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | ImageSavingCallback |
Allows to control how images are saved when a document is saved to HTML.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | ImagesDirectoryPath |
Gets or sets the physical directory where all images will be saved.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | ImagesDirectorySrcPath |
Gets or sets the relative directory that will be used when referencing images in the HTML.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | JpegQuality | Obsolete. Gets and sets the value indicating Jpeg quality level. Affects only to the images which embedded in Jpeg format. Default value: 90. (Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | KeepCssStreamOpen |
Specifies whether keep the stream open or close it after saving an CSS information.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | PageBorder | Specifies whether border around pages should be shown. Default is true. |
![]() ![]() | PageCount | Gets or sets the number of pages to save. |
![]() ![]() | PageIndex | Gets or sets the 0-based index of the first page to save. Default is 0. |
![]() ![]() | PageMargins | Specifies the margins around pages. Default value is 10 points. |
![]() ![]() | ProduceOnlyHtmlBody |
Gets or sets a value to produce a complete HTML document or only between between <body>...</body> tags. Default value: false.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | SelectedPages | Gets or sets a custom page 0-based index set for save. Setting PageIndex or PageCount properties are overrides SelectedPages. |
![]() ![]() | SingleFontColor |
Sets or gets a single font color for a whole text in the produced HTML document. Default value: null.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | SingleFontFamily |
Sets or gets a single font family for a whole text in the HTML document. Default value: Empty.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | SingleFontSize |
Sets or gets a single font size in points (pt) for a whole text in the produced HTML document. Default value: null.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | Title |
Gets and sets a title for the generated HTML document. If none is provided, it tries to find an embedded 'title' from the original document. None are found, so it writes "Untitled document". Default: null.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | UseNumericCharacterReference |
In case of 'true': Write the all characters in "NCR" notation: &#xxx;. In case of 'false': Write the all characters as Unicode (recommended). Default value: false.
(Inherited from RtfToHtmlHtmlSaveOptions) |
![]() ![]() | Version |
Specifies version of HTML standard that should be used when saving the document to HTML or MHTML.
Default value is Xhtml.
(Inherited from RtfToHtmlHtmlSaveOptions) |