Click or drag to resize
MimeKit

PlainTextPreviewer Class

A text previewer for plain text.
Inheritance Hierarchy
SystemObject
  MimeKit.TextTextPreviewer
    MimeKit.TextPlainTextPreviewer

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

The PlainTextPreviewer type exposes the following members.

Constructors
 NameDescription
Public methodPlainTextPreviewer Initialize a new instance of the PlainTextPreviewer 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.
(Overrides TextPreviewerGetPreviewText(String))
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 plain text.
See Also