Class DocumentViewType
Specifies the view type.
Inheritance
System.Object
DocumentViewType
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class DocumentViewType : Enum
Fields
None
Specifies that the document will be rendered in the default view of the application.
Declaration
public const DocumentViewType None
Field Value
Type |
---|
DocumentViewType |
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.
Declaration
public const DocumentViewType NormalLayout
Field Value
Type |
---|
DocumentViewType |
OutlineLayout
Shows the headings and subheadings in the word document.
Declaration
public const DocumentViewType OutlineLayout
Field Value
Type |
---|
DocumentViewType |
PrintLayout
Everything that will appear in the printed document appears on the screen.
Declaration
public const DocumentViewType PrintLayout
Field Value
Type |
---|
DocumentViewType |
WebLayout
Designed to show the word document will look as a web page.
Declaration
public const DocumentViewType WebLayout
Field Value
Type |
---|
DocumentViewType |