Compartir a través de


NonVisualPictureDrawingProperties.PreferRelativeResize Propiedad

Definición

preferRelativeResize

Representa el atributo siguiente en el esquema: preferRelativeResize

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

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

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

Especifica si la interfaz de usuario debe mostrar el cambio de tamaño de la imagen en función del tamaño actual de la imagen o de su tamaño original. Si este atributo se establece en true, el escalado será relativo al tamaño de imagen original en lugar del tamaño de imagen actual.

Tenga en cuenta el caso en el que se ha cambiado el tamaño de una imagen dentro de un documento y ahora es el 50 % del tamaño de imagen insertado originalmente. Ahora, si el usuario decide realizar un ajuste posterior al tamaño de esta imagen dentro de la aplicación generadora, se debe comprobar el valor de este atributo.

Si este atributo se establece en true , se mostrará un valor del 50 %. De forma similar, si este atributo se establece en false, se debe mostrar un valor del 100 % porque la imagen aún no se ha cambiado de tamaño a partir de su tamaño actual (menor).

El tipo de datos esquema boolean XML define los valores posibles para este atributo.

Se aplica a