Class RTF_DocumentSaver
Save RTF document to text stream
Inheritance
System.Object
RTF_DocumentSaver
Assembly: FastReport.dll
Syntax
public class RTF_DocumentSaver : IDisposable
Constructors
RTF_DocumentSaver(RichDocument)
Declaration
public RTF_DocumentSaver(RichDocument doc)
Parameters
Fields
DomesticCodepage
Declaration
public bool DomesticCodepage
Field Value
Type |
Description |
System.Boolean |
|
imageFormat
Declaration
public ImageFormat imageFormat
Field Value
Type |
Description |
System.Drawing.Imaging.ImageFormat |
|
Properties
RichText
Declaration
public string RichText { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Dispose()
Declaration
Save(Stream)
Declaration
public void Save(Stream stream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|