Id |
[ObfuscationAttribute(Exclude = true)] [DataContractAttribute] public class IdResult
The IdResult type exposes the following members.
| Name | Description | |
|---|---|---|
| IdResult | Constructor. | |
| IdResult(FileFormatDefinition, Int32, Int32) | Constructor. | |
| IdResult(Int32, Int32, String, String, String, Int32, String, Boolean, Int32, Int32) | Constructor. |
| Name | Description | |
|---|---|---|
| Classification | Document file format classification. | |
| Description | File format description. | |
| EncodingID | For text based document format types this property gives the text character encoding Id (e.g., Text7BitASCII). | |
| Extensions | Known identified file format extension(s). Will be empty string if no known extension or will be a semi-colon ';' delimited list if there are multiple associated extensions. | |
| ID | Identified document file format. | |
| IsEncrypted | The file format type is an encrypted (password-protected) format if true. | |
| MatchType | Document file format identification match type. | |
| MediaType | Media Type of file format, if known (formerly known as MIME Type). | |
| PrimaryExtension | Primary known extension of file format. The primary extension is the first extension in Extensions (if it exists). |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |