Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 2,225 for

xmp

(0.2 sec)
  1. XmpBasicPackage Class - GroupDocs.Metadata for ...

    Represents the Xmp basic namespace....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp.Schemes...XmpBasicPackage Class Represents the XMP basic namespace. Inheritance...

    apireference.groupdocs.com/metadata/net/groupdo...
  2. XmpDynamicMediaPackage Methods - GroupDocs.Meta...

    Adds known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp.Schemes...MetadataPackage .) Clear Removes all XMP properties. (Inherited from XmpPackage...

    apireference.groupdocs.com/metadata/net/groupdo...
  3. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... XMP is an XML-based metadata standard...extract, update, and remove the XMP and EXIP metadata of the HEIF/HEIC...

    blog.groupdocs.com/categories/groupdocs.metadat...
  4. GroupDocs.Metadata for .NET 1.5.0 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 1.5.0 Major Features There are 8 features in this regular monthly release. The most notable are: Ability to read metadata of Jp2 format Ability to read and write Xmp metadata of Jp2 format Ability to detect bar-codes in Jpeg format Ability to commit changes Ability to update document properties of MS Visio format Ability to update IPTC metadata of Jpeg format Ability to remove IPTC metadata of Jpeg format Ability to update ApplicationRecord and EnvelopeRecord datasets of IPTC metadata All Changes Key Summary Category METADATA-695 Ability to read metadata of Jp2 format New feature METADATA-696 Ability to read and write Xmp metadata of Jp2 format New feature METADATA-718 Ability to detect bar-codes in Jpeg format New feature METADATA-751 Ability to commit changes New feature METADATA-896 Ability to update document properties of MS Visio format New feature METADATA-926 Ability to update IPTC metadata of Jpeg format New feature METADATA-1005 Ability to remove IPTC metadata of Jpeg format New feature METADATA-1011 Ability to update ApplicationRecord and EnvelopeRecord datasets of IPTC metadata New feature...format Ability to read and write XMP metadata of Jp2 format Ability...METADATA-696 Ability to read and write XMP metadata of Jp2 format New feature...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  5. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with Xmp Metadata GroupDocs.... Height ); } Working with XMP Metadata GroupDocs.Metadata for...for .NET also allows managing XMP metadata in GIF files. For more...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with Xmp metadata GroupDocs....getTypeFlags ()); } Working with XMP metadata GroupDocs.Metadata for...for Java allows managing XMP metadata in FLV files. For more...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. XmpNamespaces.PagedText Field - GroupDocs.Metad...

    Xmp Paged-Text namespace....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpNamespaces...XmpNamespaces PagedText Field XMP Paged-Text namespace. Namespace:...

    apireference.groupdocs.com/metadata/net/groupdo...
  8. XmpSchemes.XmpBasic Property - GroupDocs.Metada...

    Gets or sets the XmpBasic scheme....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpSchemes...GroupDocs.Metadata.Standards.Xmp Assembly: GroupDocs.Metadata...

    apireference.groupdocs.com/metadata/net/groupdo...
  9. XmpSchemes.XmpDynamicMedia Property - GroupDocs...

    Gets or sets the XmpDynamicMedia scheme....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpSchemes...GroupDocs.Metadata.Standards.Xmp Assembly: GroupDocs.Metadata...

    apireference.groupdocs.com/metadata/net/groupdo...
  10. GroupDocs.Metadata.Exceptions Namespace - Group...

    The namespace contains some specific exceptions that are thrown by the library during file reading and updating....exception that is thrown when XMP has invalid structure....

    apireference.groupdocs.com/metadata/net/groupdo...