DocumentType
Enum
Specifies the format of a document for processing or serialization.
Definition
Namespace:Telerik.Windows.Documents.TextRepresentation
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public enum DocumentType
Fields
Indicates that the document is represented in JSON format.
C#
Json = 1
Indicates that the document is represented as plain text.
C#
PlainText = 0