Freigeben über


WebProperties.ImageSize-Eigenschaft

Image size for HTML output.Represents the attribte in schema: imgSz

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

Syntax

'Declaration
<SchemaAttrAttribute(, "imgSz")> _
Public Property ImageSize As EnumValue(Of WebScreenSizeValues)
    Get
    Set
'Usage
Dim instance As WebProperties
Dim value As EnumValue(Of WebScreenSizeValues)

value = instance.ImageSize

instance.ImageSize = value
[SchemaAttrAttribute(, "imgSz")]
public EnumValue<WebScreenSizeValues> ImageSize { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<WebScreenSizeValues>
Returns EnumValue<T>.

Hinweise

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

Specifies the screen size for which the images in the HTML output should be optimized.

The possible values for this attribute are defined by the ST_WebScreenSize simple type.

Siehe auch

Referenz

WebProperties Klasse

WebProperties-Member

DocumentFormat.OpenXml.Presentation-Namespace