Get or set the height and width of all pages in this section in points.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

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

Remarks

Default page size is Letter and the sizes are in points (1/72 inch).

See Also