CompressionMethod

PngCompressedTextChunk.CompressionMethod property

Gets the algorithm used to compress the chunk data.

public PngCompressionMethod CompressionMethod { get; }

Property Value

The algorithm used to compress the chunk data.

See Also