EnumDocumentType
Enum
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.
FlowDocument
Represents a flow content document that supports rich formatting, layout, and editing features. The main document class of the Telerik WordsProcessing library.
Workbook
Represents a collection of worksheets and related data within a spreadsheet file. The main document class of the Telerik SpreadProcessing library.