Compartir a través de


PictureLocks.NoCrop Propiedad

Definición

No permitir cambios de recorte

Representa el atributo siguiente en el esquema: noCrop

[DocumentFormat.OpenXml.SchemaAttr(0, "noCrop")]
public DocumentFormat.OpenXml.BooleanValue NoCrop { get; set; }
public DocumentFormat.OpenXml.BooleanValue NoCrop { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "noCrop")]
public DocumentFormat.OpenXml.BooleanValue? NoCrop { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("noCrop")]
public DocumentFormat.OpenXml.BooleanValue? NoCrop { get; set; }
public DocumentFormat.OpenXml.BooleanValue? NoCrop { get; set; }
member this.NoCrop : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "noCrop")>]
member this.NoCrop : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("noCrop")>]
member this.NoCrop : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property NoCrop 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 que la aplicación generadora no debe permitir el recorte de la imagen correspondiente. Si no se especifica este atributo, se supone un valor de false .

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a