Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 2,227 for

xmp

(0.03 sec)
  1. XmpMediaManagementPackage Methods - GroupDocs.M...

    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...
  2. XmpRightsManagementPackage Methods - GroupDocs....

    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. XmpSchemes.XmpMediaManagement Property - GroupD...

    Gets or sets the XmpMediaManagement schema....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpSchemes...GroupDocs.Metadata.Standards.Xmp Assembly: GroupDocs.Metadata...

    apireference.groupdocs.com/metadata/net/groupdo...
  4. XmpSchemes.BasicJobTicket Property - GroupDocs....

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

    apireference.groupdocs.com/metadata/net/groupdo...
  5. XmpSchemes.XmpRightsManagement Property - Group...

    Gets or sets the XmpRightsManagement schema....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpSchemes...GroupDocs.Metadata.Standards.Xmp Assembly: GroupDocs.Metadata...

    apireference.groupdocs.com/metadata/net/groupdo...
  6. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....comment ); } } } Working with XMP metadata GroupDocs.Metadata for...for Java also allows managing XMP metadata in JPEG2000 images....

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with metadata in MOV files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage.... } } Working with XMP metadata GroupDocs.Metadata for...for Java allows managing XMP metadata in MOV files. For more...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. DicomXmpType | GroupDocs.Signature for .NET API...

    Supported types of Xmp data for DICOM images .dcm....enumeration Supported types of XMP data for DICOM images (.dcm)...

    reference.groupdocs.com/signature/net/groupdocs...
  9. XmpPackage.Remove Method - GroupDocs.Metadata f...

    Removes the property with the specified name....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpPackage...GroupDocs.Metadata.Standards.Xmp Assembly: GroupDocs.Metadata...

    apireference.groupdocs.com/metadata/net/groupdo...
  10. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....comment ); } } } Working with XMP metadata GroupDocs.Metadata for...for .NET also allows managing XMP metadata in JPEG2000 images....

    docs.groupdocs.com/metadata/net/working-with-me...