EBookFormats
Contents
[
Hide
]
EBookFormats class
Encapsulates all eBook formats. Includes the following file types: Mobi
, Epub
, Azw3
.
public class EBookFormats : DocumentFormatBase
Properties
Name | Description |
---|---|
Extension { get; } | Gets the file extension of the document format. |
FormatFamily { get; } | Gets the format family to which the document format belongs. |
Id { get; } | Gets the unique identifier for the format family. |
Mime { get; } | Gets the MIME type of the document format. |
Name { get; } | Gets the name of the format family. |
static All { get; } | Gets an enumerable collection of all EBookFormats . |
Methods
Name | Description |
---|---|
static FromExtension(string) | Retrieves an instance of the specified type EBookFormats that has the specified file extension. |
Equals(FormatFamilyBase) | Determines whether this instance is equal to the specified FormatFamilyBase instance. |
Equals(IDocumentFormat) | Determines whether this instance is equal to the specified IDocumentFormat instance. |
override Equals(object) | Determines whether this instance is equal to the specified DocumentFormatBase instance. |
override GetHashCode() | Returns a hash code for the current object. |
override ToString() | Returns a string that represents the current object. |
explicit operator | Converts a string representing a file extension to a EBookFormats object. |
Fields
Name | Description |
---|---|
static readonly Azw3 | AZW3, also known as Kindle Format 8 (KF8), is the modified version of the AZW ebook digital file format developed for Amazon Kindle devices. The format is an enhancement to older AZW files. Learn more about this file format here. |
static readonly Epub | Electronic Publication (IDPF ePub) format is an e-book file format that provides a standard digital publication format for publishers and consumers. Learn more about this file format here. |
static readonly Mobi | MOBI is the name given to the format developed for the MobiPocket Reader. Also called PRC, AZW. It is currently used by Amazon with a slightly different DRM scheme and called AZW. Learn more about this file format here. |
Remarks
Learn more about Mobi format here, about AZW3 format here, and about ePub format here.
See Also
- class DocumentFormatBase
- namespace GroupDocs.Editor.Formats
- assembly GroupDocs.Editor