DocumentEditor allows you to change the view to web layout and print using the layoutType
property with the supported LayoutType
.
<ejs-documenteditor :layoutType='Continuous' id='container'></ejs-documenteditor>
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
.
<ejs-documenteditorcontainer :layoutType='Continuous' id='container'></ejs-documenteditorcontainer>
Note: Default value of layoutType
in DocumentEditorContainer component is Pages
.