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

Syntax

C#
public PageSize PageSize { get; set; }
Visual Basic
Public Property PageSize As PageSize
	Get
	Set

Remarks

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

See Also