diff --git a/ej2-asp-core-mvc/document-editor/section-format.md b/ej2-asp-core-mvc/document-editor/section-format.md index 0688fc57e1..29e671e6bd 100644 --- a/ej2-asp-core-mvc/document-editor/section-format.md +++ b/ej2-asp-core-mvc/document-editor/section-format.md @@ -35,6 +35,8 @@ documenteditor.selection.sectionFormat.bottomMargin = 10; documenteditor.selection.sectionFormat.topMargin = 10; ``` +>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. + ## Header distance 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; ## See Also -* [Pagesetup dialog](../document-editor/dialog#page-setup-dialog) \ No newline at end of file +* [Pagesetup dialog](../document-editor/dialog#page-setup-dialog)