Skip to content

Commit a2a9d32

Browse files
Merge pull request #3836 from syncfusion-content/935866-Marginnote-CM
935866: Added note for the limitation of margin value in Core and MVC
2 parents 513946f + 98f9e5f commit a2a9d32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

38+
>Note: The maximum value of Margin is 1584, as per Microsoft Word application and you can set any value less than or equal to 1584 to this property. If you set any value greater than 1584, then Syncfusion Document editor will automatically reset as 1584.
39+
3840
## Header distance
3941

4042
You can define the distance of header content from the top of the page by using the following sample code.
@@ -53,4 +55,4 @@ documenteditor.selection.sectionFormat.footerDistance = 72;
5355

5456
## See Also
5557

56-
* [Pagesetup dialog](../document-editor/dialog#page-setup-dialog)
58+
* [Pagesetup dialog](../document-editor/dialog#page-setup-dialog)

0 commit comments

Comments
 (0)