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

PngPackage

On this page

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

public class PngPackage extends CustomPackage

Represents native PNG metadata.

Methods

Method Description
getTextChunks() Gets the collection of text chunks extracted from the image.

getTextChunks()

public final PngTextChunk[] getTextChunks()

Gets the collection of text chunks extracted from the image.

Returns: com.groupdocs.metadata.core.PngTextChunk[] - The collection of text chunks extracted from the image.

On this page