EbookDocumentInfo
Contents
[
Hide
]
EbookDocumentInfo structure
Represents metadata of one e-Book document
public struct EbookDocumentInfo : IDocumentInfo, IEquatable<EbookDocumentInfo>
Properties
| Name | Description |
|---|---|
| Format { get; } | Returns a format of this e-Book |
| IsEncrypted { get; } | Because e-Book documents cannot be encrypted with password, this property always returns ‘false’ |
| PageCount { get; } | Returns number of pages in case of MOBI or AZW3 or number of chapters in case of ePub. |
| Size { get; } | Returns size in bytes of this eBook document |
Methods
| Name | Description |
|---|---|
| Equals(EbookDocumentInfo) | Determines whether this instance is equal to the other specified EbookDocumentInfo instance |
See Also
- interface IDocumentInfo
- namespace GroupDocs.Editor.Metadata
- assembly GroupDocs.Editor