Instantiate class epub using the given parameters.
Namespace:
net.hazelhurst.epubAssembly: ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public epub( string eBookPath, string fileSystemPath ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ eBookPath As String, _ fileSystemPath As String _ ) |
| Visual C++ |
|---|
public: epub( String^ eBookPath, String^ fileSystemPath ) |
Parameters
- eBookPath
- Type: System..::.String
Full path to the epub publication (.epub file)
- fileSystemPath
- Type: System..::.String
File-system path where the expanded epub is stored.