Compartir a través de


WebProperties.ImageSize Propiedad

Definición

Tamaño de imagen para la salida HTML

Representa el atributo siguiente en el esquema: 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)

Valor de propiedad

Devuelve EnumValue<T>.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica el tamaño de pantalla para el que se deben optimizar las imágenes de la salida HTML.

El tipo simple define los ST_WebScreenSize valores posibles para este atributo.

Se aplica a