DocumentType Class
Document type enumeration for manager.
Inheritance
System.Object
DocumentType
Namespace: Syncfusion.AI.AgentTools.Core
Assembly: Syncfusion.DocumentSDK.AI.AgentTools.dll
Syntax
public sealed class DocumentType : Enum
Fields
Excel
Excel workbook.
Declaration
public const DocumentType Excel
Field Value
| Type |
|---|
| DocumentType |
PDF document.
Declaration
public const DocumentType PDF
Field Value
| Type |
|---|
| DocumentType |
PowerPoint
PowerPoint presentation.
Declaration
public const DocumentType PowerPoint
Field Value
| Type |
|---|
| DocumentType |
Word
Word document (flow document).
Declaration
public const DocumentType Word
Field Value
| Type |
|---|
| DocumentType |