Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 2,227 for

xmp

(0.02 sec)
  1. 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...
  2. 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...
  3. xmpmeta - GroupDocs.Metadata for Java - API Ref...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m...... getMeta () Gets the XMP meta. Methods in com.groupdocs...setMeta ( XmpMeta value) Sets the XMP meta. Constructors in com.groupdocs...

    apireference.groupdocs.com/metadata/java/com.gr...
  4. GroupDocs.Metadata for .NET on GroupDocs Blog |...

    GroupDocs.Metadata for .NET on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Metadata for .NET on GroupDocs Blog | Document Automation Soluti......metadata Get XMP metadata of FLV file format Update XMP metadata...metadata of FLV file format Remove XMP metadata of FLV file format Support...

    blog.groupdocs.com/tag/groupdocs.metadata-for-....
  5. XmpRational Methods - GroupDocs.Metadata for .N...

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

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

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

    apireference.groupdocs.com/metadata/net/groupdo...
  7. 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...
  8. 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...
  9. 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...
  10. AviRootPackage 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...