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

GifImageTypePackage

On this page

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

public class GifImageTypePackage extends ImageTypePackage

Represents a metadata package containing GIF-specific file format information.

Methods

Method Description
getVersion() Gets the version of the format.

getVersion()

public final String getVersion()

Gets the version of the format.

Returns: java.lang.String - The version of the format.

On this page