Get the manifest instance for the package.

Namespace:  net.hazelhurst.epub
Assembly:  ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public manifest manifest { get; }
Visual Basic (Declaration)
Public ReadOnly Property manifest As manifest
Visual C++
public:
property manifest^ manifest {
	manifest^ get ();
}

See Also