Encapsulates the width and height of a page and provides standard page sizes.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class PageSize
Visual Basic
Public Class PageSize

Remarks

Examples

Specify a custom page size in XML: <section> <!-- A4 Landscape --> <pagesize width="297mm" height="210mm" /> <!-- Section content goes here --> </section>

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF..::..PageSize

See Also