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.
Assembly: ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool AddDocument( string booksPath, string fileName, string title, string TOCentry ) |
| Visual Basic (Declaration) |
|---|
Public Function AddDocument ( _ booksPath As String, _ fileName As String, _ title As String, _ TOCentry As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool AddDocument( String^ booksPath, String^ fileName, String^ title, String^ TOCentry ) |
Parameters
- booksPath
- Type: System..::.String
[Missing <param name="booksPath"/> documentation for "M:net.hazelhurst.epub.package.AddDocument(System.String,System.String,System.String,System.String)"]
- fileName
- Type: System..::.String
[Missing <param name="fileName"/> documentation for "M:net.hazelhurst.epub.package.AddDocument(System.String,System.String,System.String,System.String)"]
- title
- Type: System..::.String
[Missing <param name="title"/> documentation for "M:net.hazelhurst.epub.package.AddDocument(System.String,System.String,System.String,System.String)"]
- TOCentry
- Type: System..::.String
[Missing <param name="TOCentry"/> documentation for "M:net.hazelhurst.epub.package.AddDocument(System.String,System.String,System.String,System.String)"]
Return Value
[Missing <returns> documentation for "M:net.hazelhurst.epub.package.AddDocument(System.String,System.String,System.String,System.String)"]