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

Get or set the defaut page size of the pages in this document.

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

Syntax

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

Remarks

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

The DefaultPageSize is used if there is no matching MasterPage.

Otherwise, the PageSize property of the MasterPage is used.

See Also