Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 2,225 for

xmp

(0.05 sec)
  1. AviRootPackage Class - GroupDocs.Metadata for ....

    Represents the root package allowing working with metadata in an AVI video....XmpPackage Gets or sets the XMP metadata package. Methods Name...metadata in AVI files Working with XMP metadata See Also Reference GroupDocs...

    apireference.groupdocs.com/metadata/net/groupdo...
  2. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...popular metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  3. HeifRootPackage Class - GroupDocs.Metadata for ...

    Represents the root package intended to work with metadata in a HEIF image....XmpPackage Gets or sets the XMP metadata package. Methods Name...with EXIF metadata Working with XMP metadata See Also Reference GroupDocs...

    apireference.groupdocs.com/metadata/net/groupdo...
  4. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...TranslatedKeyword ); } } } Working with XMP metadata GroupDocs.Metadata for...for .NET allows managing XMP metadata in PNG images. For more...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. XmpValueBase Methods - GroupDocs.Metadata for ....

    Extracts the property value using a custom ValueAcceptor....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpValueBase...Returns string contained value in XMP format. MemberwiseClone (Inherited...

    apireference.groupdocs.com/metadata/net/groupdo...
  6. XmpText Methods - GroupDocs.Metadata for .NET -...

    Extracts the property value using a custom ValueAcceptor....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpText...Returns string contained value in XMP format. (Overrides XmpValueBase...

    apireference.groupdocs.com/metadata/net/groupdo...
  7. WebPRootPackage Properties - GroupDocs.Metadata...

    Gets the number of metadata properties....XmpPackage Gets or sets the XMP metadata package. See Also Reference...

    apireference.groupdocs.com/metadata/net/groupdo...
  8. HeifRootPackage Properties - GroupDocs.Metadata...

    Gets the number of metadata properties....XmpPackage Gets or sets the XMP metadata package. See Also Reference...

    apireference.groupdocs.com/metadata/net/groupdo...
  9. GroupDocs.Metadata for Python overview | Docume...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...popular metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...

    docs.groupdocs.com/metadata/python-net/product-...
  10. XmpDate Methods - GroupDocs.Metadata for .NET -...

    Extracts the property value using a custom ValueAcceptor....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpDate...Returns string contained value in XMP format. (Overrides XmpValueBase...

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