WebSettings.DoNotRelyOnCSS Property

Do Not Rely on CSS for Font Face Formatting.Represents the element tag in schema: w:doNotRelyOnCSS

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

Syntax

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

value = instance.DoNotRelyOnCSS

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS
Returns DoNotRelyOnCSS.

See Also

Reference

WebSettings Class

WebSettings Members

DocumentFormat.OpenXml.Wordprocessing Namespace