
Gets or sets the measure used for page sizes and page margins.
Introduced: 16.0.
[C#]
public PageUnit PageUnit { get; set; }
[Visual Basic]
Public Property PageUnit() As PageUnit
| Value | Description | |
| Millimeter | The measure for page sizes and page margins is millimeter. | |
| CentiInch | The measure for page sizes and page margins is 1/100th inch. | |
| StandardWPF | The measure for page sizes and page margins is 1/96th inch. | |
| Twips | The measure for page sizes and page margins is Twips (1/1440th inch). This is the internally used TXTextControl measure. |