Get or set the container instance associated with the current book.

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

Syntax

C#
public container container { get; set; }
Visual Basic (Declaration)
Public Property container As container
Visual C++
public:
property container^ container {
	container^ get ();
	void set (container^ value);
}

See Also