IArchive |
The IArchiveExtractor type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateArchiveBinaryHash | If true, instructs the IArchiveExtractor to calculate the archive binary hash (default value). If false, the archive will NOT be hashed. | |
| ContentExtractorType |
The derived, actual content extractor interface type.
(Inherited from IContentExtractor) | |
| IsSolid | If true, this archive is a 'solid' block compressed archive, i.e., an archive composed of one or more internal blocks of items that are compressed together as one. | |
| IsSplit | If true, this archive is a split (multi-file) archive. | |
| Length |
Gets the document's length in bytes.
(Inherited from IContentExtractor) | |
| SupportsChildrenExtraction |
If true, this content extractor supports attachment, embedded item, or container item extraction.
(Inherited from IContentExtractor) | |
| SupportsDecryption |
If true, this content extractor supports decrypting password protected documents.
(Inherited from IContentExtractor) | |
| SupportsMetadataExtraction |
If true, this content extractor supports metadata extraction.
(Inherited from IContentExtractor) | |
| SupportsTextExtraction |
If true, this content extractor supports text extraction.
(Inherited from IContentExtractor) |