
| Class | Description | |
| Page | An object of the Page class represents a formatted page of a document. | |
| PageBorder | An instance of the PageBorder class represents the attributes of a border, which is drawn in the margin area of a page. | |
| PageCollection | An instance of the PageCollection class contains all pages of a document. | |
| PageMargins | An instance of the PageMargins class represents the page margins of a TX Text Control document or document section. | |
| PageSize | An instance of the PageSize class represents the page size of a TX Text Control document or document section. | |
| Section | An object of the Section class represents a section of a document. | |
| SectionCollection | An instance of the SectionCollection class contains all sections of a document. | |
| SectionFormat | An instance of the SectionFormat class represents the formatting attributes of a section. |
| Property | Description | |
| ServerTextControl.GetPages | Gets a collection of all pages in the document. | |
| ServerTextControl.Landscape | Gets or sets a value indicating whether the page orientation is landscape or portrait. | |
| ServerTextControl.PageMargins | Gets or sets the margins for the pages of the current document. | |
| ServerTextControl.Pages | Gets the number of pages contained in the current document. | |
| ServerTextControl.PageSize | Specifies the width and height of the pages for the current document. | |
| ServerTextControl.PageUnit | Gets or sets the measure used for page sizes and page margins. | |
| ServerTextControl.Sections | Gets a collection of all sections in the document. | |
| TextControl.GetPages | Gets a collection of all pages in the document. | |
| TextControl.Landscape | Gets or sets a value indicating whether the page orientation is landscape or portrait. | |
| TextControl.PageMargins | Gets or sets the margins for the pages of the current document. | |
| TextControl.Pages | Gets the number of pages contained in the current document. | |
| TextControl.PageSize | Specifies the width and height of the pages for the current document. | |
| TextControl.PageUnit | Gets or sets the measure used for page sizes and page margins. | |
| TextControl.Sections | Gets a collection of all sections in the document. | |
| WPF.TextControl.GetPages | Gets a collection of all pages in the document. | |
| WPF.TextControl.Landscape | Gets or sets a value indicating whether the page orientation is landscape or portrait. | |
| WPF.TextControl.PageMargins | Gets or sets the margins for the pages of the current document. | |
| WPF.TextControl.Pages | Gets the number of pages contained in the current document. | |
| WPF.TextControl.PageSize | Specifies the width and height of the pages for the current document. | |
| WPF.TextControl.PageUnit | Gets or sets the measure used for page sizes and page margins. | |
| WPF.TextControl.Sections | Gets a collection of all sections in the document. |
| Method | Description | |
| ServerTextControl.ResetPageMargins | Resets the PageMargins property to its default value. | |
| ServerTextControl.ResetPageSize | Resets the PageSize property to its default value. | |
| TextControl.OnPageChanged | Raises the PageChanged event. | |
| TextControl.OnPageFormatChanged | Raises the PageFormatChanged event. | |
| TextControl.OnSectionChanged | Raises the SectionChanged event. | |
| TextControl.ResetPageMargins | Resets the PageMargins property to its default value. | |
| TextControl.ResetPageSize | Resets the PageSize property to its default value. | |
| TextControl.SectionFormatDialog | Invokes the built-in tabbed dialog box for setting section attributes. | |
| WPF.TextControl.OnPageChanged | Raises the PageChanged event. | |
| WPF.TextControl.OnPageFormatChanged | Raises the PageFormatChanged event. | |
| WPF.TextControl.OnSectionChanged | Raises the SectionChanged event. | |
| WPF.TextControl.SectionFormatDialog | Invokes the built-in tabbed dialog box for setting section attributes. |
| Event | Description | |
| TextControl.PageChanged | Occurs when the text input position has been moved to another page. | |
| TextControl.PageFormatChanged | Occurs when the page format settings have been changed. | |
| TextControl.SectionChanged | Occurs when the text input position has been moved to another section. | |
| WPF.TextControl.PageChanged | Occurs when the text input position has been moved to another page. | |
| WPF.TextControl.PageFormatChanged | Occurs when the page format settings have been changed. | |
| WPF.TextControl.SectionChanged | Occurs when the text input position has been moved to another section. |