Contents
- How to change the document view in DocumentEditor component
- How to change the document view in DocumentEditorContainer component
Having trouble getting help?
Contact Support
Contact Support
Change document view
19 Dec 20221 minute to read
How to change the document view in DocumentEditor component
DocumentEditor allows to change the view to web layout and print using the layoutType
property with the supported LayoutType
<ejs-documenteditor id="container" layoutType="Continuous"></ejs-documenteditor>
NOTE
Default value of
layoutType
in DocumentEditor component isPages
.
How to change the document view in DocumentEditorContainer component
DocumentEditorContainer component allows to change the view to web layout and print using the layoutType
property with the supported LayoutType
<ejs-documenteditorcontainer id="container" layoutType="Continuous"></ejs-documenteditorcontainer>
NOTE
Default value of
layoutType
in DocumentEditorContainer component isPages
.