The epub type exposes the following members.

Constructors

  NameDescription
epub
Instantiate class epub using the given parameters.

Methods

  NameDescription
AddDocument
Add a new document to the epub.
Create
Static method to create a new epub publication.
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also