The package type exposes the following members.

Methods

  NameDescription
AddDocument

Add a document to the package.

An empty content document is created in the working folder for the current package. This document is copied from a file on the web server.

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.)
GetContent

Gets the contents of the file with the given name, as specified in the href parameter.

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.)
Save

The XML package document is saved to the file from which it was read.

Note:Note, this saves to the file system but doesn't update the zipped archive of the epub. That is performed as a separate step.

SaveEntry

Save the contents of the given file.

SetContentPage
SetTitlePage
SetTOCHeader
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also