Skip to content

Commit c7e3d5e

Browse files
935866: Added note for the limitation of margin value in Core and MVC
1 parent d24990c commit c7e3d5e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Loading

ej2-asp-core-mvc/document-editor/section-format.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ documenteditor.selection.sectionFormat.bottomMargin = 10;
3535
documenteditor.selection.sectionFormat.topMargin = 10;
3636
```
3737

38+
When the maximum Margin value of limit is reached, an alert will appear, as follow
39+
40+
![Margin Limit Alert](images/Margin_Limit_Alert.PNG)
41+
42+
>Note: The maximum value of Margin is 1584, as per Microsoft Word application and you can set any value less than 1584 to this property. If you set any value greater than 1584, then Syncfusion Document editor will automatically reset as 1584.
43+
3844
## Header distance
3945

4046
You can define the distance of header content from the top of the page by using the following sample code.

0 commit comments

Comments
 (0)