ClassFileDescriptor
Class
Describes a document file with its path and format for processing operations
Definition
Namespace:Telerik.Documents.AI.Tools.Core
Assembly:Telerik.Documents.AI.Tools.Core.dll
Syntax:
cs-api-definition
public class FileDescriptor
Inheritance: objectFileDescriptor
Constructors
FileDescriptor()
Declaration
cs-api-definition
public FileDescriptor()
Properties
FilePath
Gets or sets the path to the document file to be processed.
Format
Gets or sets the format of the document file.
Declaration
cs-api-definition
public DocumentFormat Format { get; set; }
Property Value
Remarks
Supported formats include Word (DOC, DOCX, RTF, HTML, TXT), Spreadsheet (XLS, XLSX, CSV, TXT), and PDF. The selected format determines how the document is processed and saved.