[This is preliminary documentation and is subject to change.]
Returns the collection of master pages.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public MasterPageCollection MasterPages { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MasterPages As MasterPageCollection Get |
Remarks
During conversion, a new page is created whenever the space on the current page has been exhausted. When a new page has to be created, each master page in this collection will be examined to see if the context matches the SelectionRule property of the master page. If so, the first matching master page is used to set the properties such as page size of the new page. If no master page is found, then the DefaultPageSize and DefaultMargin properties of this document will be used.