Share via


WebSettings.AllowPNG Property

Allow PNG as Graphic Format.Represents the element tag in schema: w:allowPNG

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property AllowPNG As AllowPNG
    Get
    Set
'Usage
Dim instance As WebSettings
Dim value As AllowPNG

value = instance.AllowPNG

instance.AllowPNG = value
public AllowPNG AllowPNG { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.AllowPNG
Returns AllowPNG.

See Also

Reference

WebSettings Class

WebSettings Members

DocumentFormat.OpenXml.Wordprocessing Namespace