Share via


WebProperties.ImageSize Property

Definition

Image size for HTML output

Represents the following attribute in the schema: imgSz

[DocumentFormat.OpenXml.SchemaAttr(0, "imgSz")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues> ImageSize { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues> ImageSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "imgSz")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues>? ImageSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("imgSz")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues>? ImageSize { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues>? ImageSize { get; set; }
member this.ImageSize : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "imgSz")>]
member this.ImageSize : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("imgSz")>]
member this.ImageSize : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues> with get, set
Public Property ImageSize As EnumValue(Of WebScreenSizeValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

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.

Applies to