Enum RtfWriterMode
The RtfWriter mode specifies how an RtfWriter should output content.
Namespace: Telerik.Reporting.Rtf.IO
Assembly: Telerik.Reporting.dll
Syntax
public enum RtfWriterMode
Compact
The RTF stream contains no unnecessary characters. This is default in release build.
Structured
The RTF stream is structured so that it is human-readable. This is default in debug build.