Change document view in Blazor DocumentEditor Component
17 Feb 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
.