Settings.View Property
Document View Setting.Represents the element tag in schema: w:view
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property View As View
Get
Set
'Usage
Dim instance As Settings
Dim value As View
value = instance.View
instance.View = value
public View View { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.View