Share via


Presentation.CompatibilityMode Property

Compatibility Mode.Represents the attribte in schema: compatMode

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

Syntax

'Declaration
<SchemaAttrAttribute(, "compatMode")> _
Public Property CompatibilityMode As BooleanValue
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As BooleanValue

value = instance.CompatibilityMode

instance.CompatibilityMode = value
[SchemaAttrAttribute(, "compatMode")]
public BooleanValue CompatibilityMode { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace