Click or drag to resize

ContentExtractorResult Properties

The ContentExtractorResult type exposes the following members.

Properties
 NameDescription
Public propertyContentExtractor Contains the associated content extractor interface. If HasError is true then this property may be null.
Public propertyError If HasError is true then this property contains the error message.
Public propertyHasError If true, an error occured getting a content extractor and property Error will hold the error message.
Public propertyIsPasswordProtected True if document is password protected encrypted. If HasError is true, then see this property to determine if the document is unsupported for decrypting.
Top
See Also