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

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

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

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.Web..::..PageSize

See Also