Encapsulates the width and height of a page and provides standard page sizes.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.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>