Click or drag to resize
MimeKit

HtmlTextPreviewer Class

A text previewer for HTML content.
Inheritance Hierarchy
SystemObject
  MimeKit.TextTextPreviewer
    MimeKit.TextHtmlTextPreviewer

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class HtmlTextPreviewer : TextPreviewer

The HtmlTextPreviewer type exposes the following members.

Constructors
 NameDescription
Public methodHtmlTextPreviewer Initialize a new instance of the HtmlTextPreviewer class.
Top
Properties
 NameDescription
Public propertyInputFormat Get the input format.
(Overrides TextPreviewerInputFormat)
Public propertyMaximumPreviewLength Get or set the maximum text preview length.
(Inherited from TextPreviewer)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetPreviewText(String) Get a text preview of a string of text.
(Inherited from TextPreviewer)
Public methodGetPreviewText(TextReader) Get a text preview of a stream of text.
(Overrides TextPreviewerGetPreviewText(TextReader))
Public methodGetPreviewText(Stream, String) Get a text preview of a stream of text in the specified charset.
(Inherited from TextPreviewer)
Public methodGetPreviewText(Stream, Encoding) Get a text preview of a stream of text in the specified encoding.
(Inherited from TextPreviewer)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
A text previewer for HTML content.
See Also