Enum DocumentType
Specifies the format of a document for processing or serialization.
Namespace: Telerik.Windows.Documents.TextRepresentation
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum DocumentType
Remarks
Use this enumeration to indicate whether a document is represented as plain text or in JSON format. The selected value may affect how the document is parsed, validated, or transmitted in APIs that support multiple content types.
Json
Indicates that the document is represented in JSON format.
PlainText
Indicates that the document is represented as plain text.