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

PdfTypePackage

On this page

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

public class PdfTypePackage extends FileTypePackage

Represents a metadata package containing PDF-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