Encapsulates the width and height of a page and provides standard page sizes.
Namespace: TallComponents.PDF.LayoutAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
[SerializableAttribute] public class PageSize : Object |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class PageSize _ Inherits Object |
Remarks
Examples
Specify a custom page size in XML:
<section>
<!-- A4 Landscape -->
<pagesize width="297mm" height="210mm" />
<!-- Section content goes here -->
</section>