WebSettings.SaveSmartTagAsXml Property

Save Smart Tag Data in XML Property Bag.Represents the element tag in schema: w:saveSmartTagsAsXml

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

Syntax

'Declaration
Public Property SaveSmartTagAsXml As SaveSmartTagAsXml
    Get
    Set
'Usage
Dim instance As WebSettings
Dim value As SaveSmartTagAsXml

value = instance.SaveSmartTagAsXml

instance.SaveSmartTagAsXml = value
public SaveSmartTagAsXml SaveSmartTagAsXml { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.SaveSmartTagAsXml
Returns SaveSmartTagAsXml.

See Also

Reference

WebSettings Class

WebSettings Members

DocumentFormat.OpenXml.Wordprocessing Namespace