[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.4.1

Syntax

C#
public class MasterPageCollection : IEnumerable<MasterPage>, 
	IEnumerable
Visual Basic
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