Compartir a través de


WebProperties.AllowPng Propiedad

Definición

Permitir PNG en la salida HTML

Representa el atributo siguiente en el esquema: allowPng

[DocumentFormat.OpenXml.SchemaAttr(0, "allowPng")]
public DocumentFormat.OpenXml.BooleanValue AllowPng { get; set; }
public DocumentFormat.OpenXml.BooleanValue AllowPng { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "allowPng")]
public DocumentFormat.OpenXml.BooleanValue? AllowPng { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("allowPng")]
public DocumentFormat.OpenXml.BooleanValue? AllowPng { get; set; }
public DocumentFormat.OpenXml.BooleanValue? AllowPng { get; set; }
member this.AllowPng : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "allowPng")>]
member this.AllowPng : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("allowPng")>]
member this.AllowPng : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property AllowPng 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 se va a permitir la salida de imágenes en formato PNG en el documento HTML.

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

Se aplica a