DocumentEditor allows you to change the view to web layout and print using the layoutType
property with the supported LayoutType
@Html.EJS().DocumentEditor("container").LayoutType(Syncfusion.EJ2.DocumentEditor.LayoutType.Continuous).Render()
Note: Default value of layoutType
in DocumentEditor component is Pages
.
DocumentEditorContainer component allows you to change the view to web layout and print using the layoutType
property with the supported LayoutType
@Html.EJS().DocumentEditorContainer("container").LayoutType(Syncfusion.EJ2.DocumentEditor.LayoutType.Continuous).Render()
Note: Default value of layoutType
in DocumentEditorContainer component is Pages
.