Compartilhar via


WebProperties.AllowPng Propriedade

Definição

Permitir PNG na saída HTML

Representa o seguinte atributo no 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 da propriedade

Devolve BooleanValue.

Atributos

Comentários

As seguintes informações do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com esta classe.

Especifica se pretende permitir a saída de imagens em formato PNG no documento HTML.

Os valores possíveis para este atributo são definidos pelo tipo de dados Esquema boolean XML.

Aplica-se a