Encapsulates the width and height of a page and provides standard page sizes.
Namespace: TallComponents.PDFAssembly: 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>