Change document view in Blazor DocumentEditor Component
15 Dec 20221 minute to read
Blazor Word Processor
component (a.k.a Document Editor) component allows you to change the view to web layout and print using the layoutType
property with the supported LayoutType
.
<SfDocumentEditorContainer @ref="editor" EnableToolbar="true" Height="590px" LayoutType="LayoutType.Continuous">
</SfDocumentEditorContainer>
NOTE
Default value of
LayoutType
in DocumentEditorContainer component isPages
.