PageSize Class
An instance of the PageSize class represents the page size of a TX Text Control document or document section. The measure depends on the TextControl.PageUnit, WPF.TextControl.PageUnit or ServerTextControl.PageUnit property.
Introduced: 16.0.
Syntax
[C#]
public class PageSize
[Visual Basic]
Public Class PageSize
Constructors
| Constructor | | Description |
| PageSize | | Initializes a new instance of the PageSize class. |
Properties
| Property | | Description |
| Height | | Specifies the page height of a document or document section. |
| Width | | Specifies the page width of a document or document section. |
Enumerations
| Enumeration | | Description |
| Attribute | | Determines a certain attribute. |
See Also