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

Get or set the defaut page size of this master page.

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

Syntax

C#
public PageSize PageSize { get; set; }
Visual Basic (Declaration)
Public Property PageSize As PageSize

Remarks

The default page size is Letter. Values are in points (1/72 inch).

See Also