OpenSettings.MarkupCompatibilityProcessSettings Property
Gets/Sets the value on the MarkupCompatibility Processing Mode.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MarkupCompatibilityProcessSettings As MarkupCompatibilityProcessSettings
Get
Set
'Usage
Dim instance As OpenSettings
Dim value As MarkupCompatibilityProcessSettings
value = instance.MarkupCompatibilityProcessSettings
instance.MarkupCompatibilityProcessSettings = value
public MarkupCompatibilityProcessSettings MarkupCompatibilityProcessSettings { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings