Create a container instance by opening the epub publication identified by
parameter eBookPath. The ebook, which is in Zip format is
expanded to the folder indicated by the fileSystemPath parameter.
by the fileSystemPath parameter.
Namespace:
net.hazelhurst.epub
Assembly:
ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public container(
string eBookPath,
string fileSystemPath
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
eBookPath As String, _
fileSystemPath As String _
) |
| Visual C++ |
|---|
public:
container(
String^ eBookPath,
String^ fileSystemPath
) |
Parameters
- eBookPath
- Type: System..::.String
Full path to the .epub file used to create an instance of
this class.
- fileSystemPath
- Type: System..::.String
Path of the folder where the epub publication should be
extracted.
See Also