Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 2,032 for

properties

(0.12 sec)
  1. MP3 Tags Editor – View & Edit MP3 Tags

    Discover ways to view and edit MP3 metadata. Either edit MP3 Tags online or do it programmatically using C# & Java....changes for the editable properties of ID3v1, ID3v2, and Lyrics... You can also export the properties in spreadsheet format like...

    blog.groupdocs.com/metadata/view-edit-mp3-tags/
  2. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific Properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic Properties Console....Reading ASF format-specific properties The GroupDocs.Metadata API...using Read the ASF metadata properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. GroupDocs.Metadata for Python via .NET | Docume...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....as input, access the file property information and allows users...metadata properties Set specific metadata properties Remove specific...

    docs.groupdocs.com/metadata/python-net/
  4. GroupDocs.Metadata for .NET 17.2.0 Now Supports...

    We are really excited to announce the release of GroupDocs.Metadata for .NET version 17.02.0. The latest release comes up with a number of new features and enhancements. Users can now export the extracted metadata of various formats to a CSV or Excel file. The GroupDocs.Metadata API now supports video format too. Moreover, detecting DICOM format, reading Photoshop layers of a PSD format etc are some other enhancements introduced in this version of the API....dealing with the content type properties of an Excel Spreadsheet in...export Excel content type properties to csv, excel Ability to...

    blog.groupdocs.com/metadata/groupdocs.metadata-...
  5. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow loading of MSG file, modification of attachments, and then saving back out as MSG?...content, attachments and properties? vladimir.litvinchik February...content, attachments, and properties, it is reasonable to implement...

    forum.groupdocs.com/t/possible-to-load-in-an-em...
  6. Get Document Information using C#

    Discover the process of how to get document information using C#. Enhance document management efficiency by learning how to get file Properties using C#....efficiently access metadata, properties, and other essential data...code example to get file properties using C# . Steps to Get Document...

    kb.groupdocs.com/metadata/net/get-document-info...
  7. Adding metadata | Documentation

    This article shows how to add metadata Properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...feedback Adding metadata properties is the most sophisticated...and tries to pick up a known property that would satisfy the specified...

    docs.groupdocs.com/metadata/java/adding-metadata/
  8. metadata.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/metadata/nodejs-java/technical-support/weekly0.5https://docs.groupdocs.com/metadata......com/metadata/java/exporting-metadata-properties/weekly0.5https://docs.groupdocs...com/metadata/java/extracting-property-values/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/metadata.xml
  9. Extract RIFF INFO and Metadata of WAV files in C#

    Extract metadata and RIFF INFO of WAV audio files in C#. Metadata API allows metadata management within your .NET applications....the WAV package metadata properties of WAV files in C#. Load...Now you can access all the properties of WAV audio. Here is the...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  10. Read MP3 Tags using C# - (ID3, Lyrics, APE) | ....

    Extract MP3 tags from the mp3 files using C#. Read the ID3v1, ID3v2, Lyrics and APEv2 metadata standard tags from the mp3 files using .NET Metadata API....use the AttachedPictures properties. The following C# source...can get lyrics tags and its properties like Lyrics, artist, etc...

    blog.groupdocs.com/metadata/read-mp3-tags-using...