DocumentParserFileFormat members
Representation of a file format supported by the document parser.
The DocumentParserFileFormat type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentParserFileFormat |
Top
Properties
Name | Description | |
---|---|---|
BuiltIn | Gets or sets a value indicating whether the file format is system built-in or defined by the user. | |
Enabled | Gets or sets a value indicating whether the parsing of the file format is enabled. | |
Extension | Gets or sets the extension associated with the format. | |
Identity | Gets or sets the file format identification. | |
MimeType | Gets or sets the mime type associated with the format. | |
Name | Gets or sets the format name, usually the name of the application that handles the format. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top