[Missing <summary> documentation for "M:net.hazelhurst.epub.package.SetTitlePage(System.String,System.String,System.String,System.String)"]

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

Syntax

C#
public void SetTitlePage(
	string title,
	string uniqueIdentifier,
	string creator,
	string date
)
Visual Basic (Declaration)
Public Sub SetTitlePage ( _
	title As String, _
	uniqueIdentifier As String, _
	creator As String, _
	date As String _
)
Visual C++
public:
void SetTitlePage(
	String^ title, 
	String^ uniqueIdentifier, 
	String^ creator, 
	String^ date
)

Parameters

title
Type: System..::.String

[Missing <param name="title"/> documentation for "M:net.hazelhurst.epub.package.SetTitlePage(System.String,System.String,System.String,System.String)"]

uniqueIdentifier
Type: System..::.String

[Missing <param name="uniqueIdentifier"/> documentation for "M:net.hazelhurst.epub.package.SetTitlePage(System.String,System.String,System.String,System.String)"]

creator
Type: System..::.String

[Missing <param name="creator"/> documentation for "M:net.hazelhurst.epub.package.SetTitlePage(System.String,System.String,System.String,System.String)"]

date
Type: System..::.String

[Missing <param name="date"/> documentation for "M:net.hazelhurst.epub.package.SetTitlePage(System.String,System.String,System.String,System.String)"]

See Also