OpenXmlPackage.MarkupCompatibilityProcessSettings Property

Gets the markup compatibilty settings applied in loading time

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public ReadOnly Property MarkupCompatibilityProcessSettings As MarkupCompatibilityProcessSettings
    Get
'Usage
Dim instance As OpenXmlPackage
Dim value As MarkupCompatibilityProcessSettings

value = instance.MarkupCompatibilityProcessSettings
public MarkupCompatibilityProcessSettings MarkupCompatibilityProcessSettings { get; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings

See Also

Reference

OpenXmlPackage Class

OpenXmlPackage Members

DocumentFormat.OpenXml.Packaging Namespace