Enum LayoutType
Specifies the layout type.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum LayoutType
Fields
| Name | Description |
|---|---|
| Continuous | Document content is rendered continuously on a single page, similar to the Web layout view of Microsoft Word. |
| Pages | Document content is rendered sequentially in several pages, similar to the Print layout view of Microsoft Word. |