TextToRtf Members
The TextToRtf object converts from text to RTF.
The following tables list the members exposed by the TextToRtf type.
Public Constructors
| Name | Description | |
|---|---|---|
| TextToRtf | The TextToRtf constructor creates a new TextToRtf object. | 
Top
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | DetectEncodingFromByteOrderMark | The DetectEncodingFromByteOrderMark property gets or sets a Boolean value that indicates whether the encoding is detected from the byte order mark or determined by the InputEncoding property. | 
| .gif) | Footer | The Footer property gets or sets the text that will appear in the output after any other visible text. | 
| .gif) | Header | The Header property gets or sets the text that will appear in the output before any other visible text. | 
| .gif) | HeaderFooterFormat | The HeaderFooterFormat property gets or sets a HeaderFooterFormat enumeration value that indicates whether headers and footers will be interpreted as text or as HTML. | 
| .gif) | InputEncoding | The InputEncoding property gets or sets a Encoding object that represents the encoding to use when reading enriched text input. | 
| .gif) | InputStreamBufferSize | The InputStreamBufferSize property gets or sets the internal input buffer size, in bytes, for stream input.(inherited from TextConverter) | 
| .gif) | OutputStreamBufferSize | The OutputStreamBufferSize method gets or sets the internal output buffer size, in bytes, for stream output.(inherited from TextConverter) | 
| .gif) | Unwrap | The Unwrap property gets or sets a Boolean value indicating whether the source text needs to be unwrapped as it is converted. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Convert | Overloaded. (inherited from TextConverter ) | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top