Enum
RtfWriterMode

The RtfWriter mode specifies how an RtfWriter should output content.

Definition

Namespace:Telerik.Reporting.Rtf.IO

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum RtfWriterMode

Fields

Compact

The RTF stream contains no unnecessary characters. This is default in release build.

Declaration

cs-api-definition
Compact = 0

Field Value

RtfWriterMode

Structured

The RTF stream is structured so that it is human-readable. This is default in debug build.

Declaration

cs-api-definition
Structured = 1

Field Value

RtfWriterMode

In this article
DefinitionFieldsCompactStructured
Not finding the help you need?
Contact Support