Skip to content

Commit ba9f559

Browse files
authored
Update richtexteditor-custom-page-size.md
1 parent b152cfb commit ba9f559

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

knowledge-base/richtexteditor-custom-page-size.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,17 @@ ticketid: 1683831
1111

1212
## Environment
1313

14-
<table>
15-
<tbody>
16-
<tr>
17-
<td>Product</td>
18-
<td>RadRichTextEditor for WinForms</td>
19-
</tr>
20-
</tbody>
21-
</table>
14+
|Product Version|Product|Author|
15+
|----|----|----|
16+
|2025.1.211|RadRichTextEditor for WinForms|[Nadya Todorova](https://www.telerik.com/blogs/author/nadya-karaivanova)|
2217

2318
## Description
2419

25-
This knowledge base article also answers how to define custom dimensions of a document in RadRichTextEditor. Baically, RadRichTextEditor provides **Telerik.WinForms.Documents.Model.PaperTypes** enumeration, but it does not allow users to define custom sizes such as 3"x3" dimensions.
20+
This knowledge base article shows how to define custom dimensions of a document in RadRichTextEditor. Baically, RadRichTextEditor provides **Telerik.WinForms.Documents.Model.PaperTypes** enumeration, but it does not allow users to define custom sizes such as 3"x 3" dimensions.
2621

2722
## Solution
2823

29-
To set a custom page size in RadRichTextEditor, such as 3"x 3", use the `ChangeSectionPageSize()` method. This method should be called after the document is loaded. Follow the steps below to implement custom page sizing:
24+
To set a custom page size in RadRichTextEditor, such as 3"x 3", use the `ChangeSectionPageSize()` method. This method should be called after the document is loaded. Use the following code snippet to implement custom page sizing:
3025

3126
````C#
3227

0 commit comments

Comments
 (0)