The epub type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| epub |
Instantiate class epub using the given parameters.
|
Methods
| Name | Description | |
|---|---|---|
| AddDocument |
Add a new document to the epub.
| |
| Create |
Static method to create a new epub publication.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Open |
Open a given ebook and expand it to the given file path.
| |
| Save |
Save the epub publication to its .epub file.
| |
| SaveEntry |
Save the contents of the given content document.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| changed |
Indicates whether the contents of a book have changed. For example,
changes were made to metadata, a content document was edited, or a
content document was added or removed.
| |
| container |
Get or set the container instance associated with the current book.
|