Plain |
public class PlainTextPreviewer : TextPreviewer
The PlainTextPreviewer type exposes the following members.
| Name | Description | |
|---|---|---|
| PlainTextPreviewer | Initialize a new instance of the PlainTextPreviewer class. |
| Name | Description | |
|---|---|---|
| InputFormat |
Get the input format.
(Overrides TextPreviewerInputFormat) | |
| MaximumPreviewLength |
Get or set the maximum text preview length.
(Inherited from TextPreviewer) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetPreviewText(String) |
Get a text preview of a string of text.
(Overrides TextPreviewerGetPreviewText(String)) | |
| GetPreviewText(TextReader) |
Get a text preview of a stream of text.
(Overrides TextPreviewerGetPreviewText(TextReader)) | |
| GetPreviewText(Stream, String) |
Get a text preview of a stream of text in the specified charset.
(Inherited from TextPreviewer) | |
| GetPreviewText(Stream, Encoding) |
Get a text preview of a stream of text in the specified encoding.
(Inherited from TextPreviewer) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) |