Click or drag to resize

HtmlFlowingSaveOptions Properties

The RtfToHtmlHtmlFlowingSaveOptions type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleBuildNavigationPage Whether to generate a navigation page (like a TOC - table of contents) or not. Default value: true.
Public propertyContentType Gets the content-type for HTML file format.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleCssExportMode Specifies how CSS (Cascading Style Sheet) styles are exported to HTML or MHTML. Default value is Inline.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleCssFileName 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)
Public propertyCode exampleCssStream Allows to specify the stream where the CSS information will be saved to.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleEmbedImages 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)
Public propertyEncoding Gets or sets the encoding for the HTML file.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleHeadersFootersExportMode Specifies how headers and footers are output to HTML and MHTML. Default value is PerSection.
Public propertyCode exampleImageFormat Gets and sets the format to embed images in the saving document. Default value: Auto.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleImageSavingCallback Allows to control how images are saved when a document is saved to HTML.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleImagesDirectoryPath Gets or sets the physical directory where all images will be saved.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleImagesDirectorySrcPath Gets or sets the relative directory that will be used when referencing images in the HTML.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleJpegQuality 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)
Public propertyCode exampleKeepCssStreamOpen Specifies whether keep the stream open or close it after saving an CSS information.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleListExportMode Controls how list labels are output to HTML or MHTML. Default value is Auto.
Public propertyPartSavingCallback Allows to control how document parts are saved when a document is saved to HTML.
Public propertyCode exampleProduceOnlyHtmlBody Gets or sets a value to produce a complete HTML document or only between between <body>...</body> tags. Default value: false.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleSingleFontColor Sets or gets a single font color for a whole text in the produced HTML document. Default value: null.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleSingleFontFamily Sets or gets a single font family for a whole text in the HTML document. Default value: Empty.
(Inherited from RtfToHtmlHtmlSaveOptions)
Public propertyCode exampleSingleFontSize 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)
Public propertyCode exampleSplitCriteria Specifies how the document should be split when saving to Html format. Default is None.
Public propertyCode exampleSplitHeadingLevel Specifies the maximum level of headings at which to split the document. Default value is 2.
Public propertyCode exampleTitle 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)
Public propertyCode exampleUseNumericCharacterReference 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)
Public propertyCode exampleVersion Specifies version of HTML standard that should be used when saving the document to HTML or MHTML. Default value is Xhtml.
(Inherited from RtfToHtmlHtmlSaveOptions)
Top
See Also