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

ImageResourcePackage

On this page

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

public final class ImageResourcePackage extends CustomPackage

Represents a metadata package containing Photoshop Image Resources.

Learn more

Methods

Method Description
toList() Creates a list from the package.

toList()

public final IReadOnlyList<ImageResourceBlock> toList()

Creates a list from the package.

Returns: IReadOnlyList - A list that contains all Image Resource Blocks from the package.

On this page