PDFsharp-net6

PngOpenerSettings

Namespace: PdfSharp.BigGustave

Settings to use when opening a PNG using Png.Open(Stream, IChunkVisitor)

public class PngOpenerSettings

Inheritance ObjectPngOpenerSettings

Properties

ChunkVisitor

The code to execute whenever a chunk is read. Can be .

public IChunkVisitor ChunkVisitor { get; set; }

Property Value

IChunkVisitor

DisallowTrailingData

Whether to throw if the image contains data after the image end marker. by default.

public bool DisallowTrailingData { get; set; }

Property Value

Boolean

Constructors

PngOpenerSettings()

public PngOpenerSettings()