Content |
public class ContentExtractorResult
The ContentExtractorResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentExtractorResult | Initializes a new instance of the ContentExtractorResult class |
| Name | Description | |
|---|---|---|
| ContentExtractor | Contains the associated content extractor interface. If HasError is true then this property may be null. | |
| Error | If HasError is true then this property contains the error message. | |
| HasError | If true, an error occured getting a content extractor and property Error will hold the error message. | |
| IsPasswordProtected | True if document is password protected encrypted. If HasError is true, then see this property to determine if the document is unsupported for decrypting. |
| 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) |