[This is preliminary documentation and is subject to change.]

Adds an existing MasterPage to the end of this collection.

Namespace:  TallComponents.Web
Assembly:  TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.2.6

Syntax

C#
public void Add(
	MasterPage masterPage
)
Visual Basic (Declaration)
Public Sub Add ( _
	masterPage As MasterPage _
)

Parameters

masterPage
Type: TallComponents.Web..::.MasterPage
Add this MasterPage.

See Also