HtmlPublishProperties.TargetBrowser Property
Browser Support Target.Represents the attribte in schema: pubBrowser
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "pubBrowser")> _
Public Property TargetBrowser As EnumValue(Of HtmlPublishWebBrowserSupportValues)
Get
Set
'Usage
Dim instance As HtmlPublishProperties
Dim value As EnumValue(Of HtmlPublishWebBrowserSupportValues)
value = instance.TargetBrowser
instance.TargetBrowser = value
[SchemaAttrAttribute(, "pubBrowser")]
public EnumValue<HtmlPublishWebBrowserSupportValues> TargetBrowser { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<HtmlPublishWebBrowserSupportValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the web browser support that this publishing should be optimized for.
The possible values for this attribute are defined by the ST_HtmlPublishWebBrowserSupport simple type.