Enum DocumentViewType
Specifies the view type.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum DocumentViewType
Fields
Name | Description |
---|---|
None | Specifies that the document will be rendered in the default view of the application. |
NormalLayout | Document appears with a dotted line separating the pages and/or document sections. Columns, drawings, headers/footers, footnotes/endnotes, and comments do not appear. |
OutlineLayout | Shows the headings and subheadings in the word document. |
PrintLayout | Everything that will appear in the printed document appears on the screen. |
WebLayout | Designed to show the word document will look as a web page. |