Share via


WebProperties.RelyOnVml Property

Definition

Rely on VML for HTML output

Represents the following attribute in the schema: relyOnVml

[DocumentFormat.OpenXml.SchemaAttr(0, "relyOnVml")]
public DocumentFormat.OpenXml.BooleanValue RelyOnVml { get; set; }
public DocumentFormat.OpenXml.BooleanValue RelyOnVml { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "relyOnVml")]
public DocumentFormat.OpenXml.BooleanValue? RelyOnVml { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("relyOnVml")]
public DocumentFormat.OpenXml.BooleanValue? RelyOnVml { get; set; }
public DocumentFormat.OpenXml.BooleanValue? RelyOnVml { get; set; }
member this.RelyOnVml : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "relyOnVml")>]
member this.RelyOnVml : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("relyOnVml")>]
member this.RelyOnVml : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property RelyOnVml As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies whether graphics should be output in VML within the HTML.

The possible values for this attribute are defined by the XML Schema boolean datatype.

Applies to