Get the spine 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 spine spine { get; }
Visual Basic (Declaration)
Public ReadOnly Property spine As spine
Visual C++
public:
property spine^ spine {
	spine^ get ();
}

See Also