ExportToRTF Class

T3000 CrossPlatform

ExportToRTF Class

[This is preliminary documentation and is subject to change.]

Exports colored text as RTF
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSExportToRTF

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class ExportToRTF
Public Class ExportToRTF

Dim instance As ExportToRTF

The ExportToRTF type exposes the following members.

Constructors
  NameDescription
Public methodExportToRTF
Initializes a new instance of the ExportToRTF class
Top
Properties
  NameDescription
Public propertyIncludeLineNumbers
Includes line numbers
Public propertyUseOriginalFont
Use original font
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetColorAsString
Public methodGetHashCode (Inherited from Object.)
Public methodGetRtf(FastColoredTextBox)
Public methodGetRtf(Range)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
At this time only TextStyle renderer is supported. Other styles are not exported.
See Also