Contents
Change document view in Vue Document editor component
18 Nov 20181 minute to read
How to change the document view in DocumentEditor component
Document Editor 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
layoutTypein Document Editor component isPages.
How to change the document view in DocumentEditorContainer component
Document Editor Container 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
layoutTypein Document Editor Container component isPages.