Enum
DocumentType

Specifies the type of Document Processing document.

Definition

Namespace:Telerik.Documents.AI.Tools.Core

Assembly:Telerik.Documents.AI.Tools.Core.dll

Syntax:

cs-api-definition
public enum DocumentType

Fields

FixedDocument

Represents a fixed-layout document that can be paginated and viewed, typically used for print-ready content or precise document rendering. The main document class of the Telerik PdfProcessing library.

Declaration

cs-api-definition
FixedDocument = 2

Field Value

DocumentType

FlowDocument

Represents a flow content document that supports rich formatting, layout, and editing features. The main document class of the Telerik WordsProcessing library.

Declaration

cs-api-definition
FlowDocument = 1

Field Value

DocumentType

Workbook

Represents a collection of worksheets and related data within a spreadsheet file. The main document class of the Telerik SpreadProcessing library.

Declaration

cs-api-definition
Workbook = 0

Field Value

DocumentType

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