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

properties

(0.47 sec)
  1. Working with Metadata in ASF Files | GroupDocs

    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...
  2. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata Properties without applying any filters. The best way to do this is to use the Sanitize method....Remove all recognized metadata properties from a file Sometimes you...remove all or clean metadata properties without applying any filters...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  3. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET....(IIM) is a set of metadata properties that can be applied to text...is utilized to store the properties. The IPTC IIM was developed...

    docs.groupdocs.com/metadata/python-net/working-...
  4. GroupDocs.Metadata for Python via .NET | GroupDocs

    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/
  5. GroupDocs.Metadata for .NET | GroupDocs

    A .NET API to manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from all popular document file formats...as input, access the file property information and allows the...metadata properties Set specific metadata properties Remove specific...

    docs.groupdocs.com/metadata/net/
  6. 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...
  7. Basic Usage | Documentation

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Find metadata properties Remove metadata properties Set metadata...metadata properties Clean metadata Was this page helpful? Not really...

    docs.groupdocs.com/metadata/node-jsjava/basic-u...
  8. Basic Usage | GroupDocs

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Find metadata properties Remove metadata properties Set metadata...metadata properties Clean metadata Was this page helpful? Not really...

    docs.groupdocs.com/metadata/nodejs-java/basic-u...
  9. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....the author’s name, document properties, editing history, and comments...object to erase the metadata properties Execute the save method of...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  10. How to Add Watermark in Word using C#

    This short article focus on how to add watermark in Word using C#. It's a step-by-step instructions with sample code to insert watermark in Word using C#....class and set watermark’s properties Call the Add method of Annotator...with watermark according set properties of WatermarkAnnotation. Code...

    kb.groupdocs.com/annotation/net/how-to-add-wate...