Click or drag to resize
MimeKit

FlowedToHtml Properties

The FlowedToHtml type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleDeleteSpace Get or set whether the trailing space on a wrapped line should be deleted.
Public propertyDetectEncodingFromByteOrderMark Get or set whether the encoding of the input is detected from the byte order mark or determined by the InputEncoding property.
(Inherited from TextConverter)
Public propertyFooter Get or set the text that will be appended to the end of the output.
(Inherited from TextConverter)
Public propertyFooterFormat Get or set the footer format.
Public propertyHeader Get or set text that will be prepended to the beginning of the output.
(Inherited from TextConverter)
Public propertyHeaderFormat Get or set the header format.
Public propertyHtmlTagCallback Get or set the HtmlTagCallback method to use for custom filtering of HTML tags and content.
Public propertyInputEncoding Get or set the input encoding.
(Inherited from TextConverter)
Public propertyInputFormat Get the input format.
(Overrides TextConverterInputFormat)
Public propertyInputStreamBufferSize Get or set the size of the input stream buffer.
(Inherited from TextConverter)
Public propertyOutputEncoding Get or set the output encoding.
(Inherited from TextConverter)
Public propertyOutputFormat Get the output format.
(Overrides TextConverterOutputFormat)
Public propertyOutputHtmlFragment Get or set whether or not the converter should only output an HTML fragment.
Public propertyOutputStreamBufferSize Get or set the size of the output stream buffer.
(Inherited from TextConverter)
Top
See Also