1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for Java
  4. /
  5. com.groupdocs.metadata.core
  6. /
  7. PngCompressedTextChunk

PngCompressedTextChunk

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.PngTextChunk

public class PngCompressedTextChunk extends PngTextChunk

Represents compressed textual data extracted from a PNG image.

Methods

Method Description
getCompressionMethod() Gets the algorithm used to compress the chunk data.

getCompressionMethod()

public final PngCompressionMethod getCompressionMethod()

Gets the algorithm used to compress the chunk data.

Returns: PngCompressionMethod - The algorithm used to compress the chunk data.