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

Collection of MasterPage objects.

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

Syntax

C#
public class MasterPageCollection : IEnumerable<MasterPage>, 
	IEnumerable
Visual Basic (Declaration)
Public Class MasterPageCollection _
	Implements IEnumerable(Of MasterPage), IEnumerable

Remarks

You cannot instantiate the collection. It is returned by the Document.MasterPages property.

Inheritance Hierarchy

System..::.Object
  TallComponents.Web..::.MasterPageCollection

See Also