Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,124 for

properties

(0.03 sec)
  1. Updating metadata | Documentation

    The Example in this article demonstrates how to update metadata Properties using a combination of criteria...update existing metadata properties using a combination of criteria...all properties before applying any changes. If a property satisfies...

    docs.groupdocs.com/metadata/net/updating-metadata/
  2. 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...
  3. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various document and image formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular document and image formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured information that is used to contain important business information of different resources....Working with Built-in metadata properties in documents Working with...with Custom metadata properties in documents Working with EXIF metadata...

    blog.groupdocs.com/metadata/control-and-process...
  4. 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...
  5. Document protection | Documentation

    This article explains how to edit protected Word document, allow or restrict document editing features like adding comments or filling form fields using GroupDocs.Editor for .NET API....protection Leave feedback The property, if set, enables document...via the property in the class. By default this property has a NULL...

    docs.groupdocs.com/editor/net/document-protection/
  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. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata Properties...feedback Not all metadata properties extracted from a file are...allow adding fully custom properties that can’t be properly tagged...

    docs.groupdocs.com/metadata/net/removing-metadata/
  8. Adding metadata | Documentation

    This article shows how to add metadata Properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via 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/nodejs-java/adding-...
  9. Remove Metadata from XLSX using C#

    Learn how to quickly remove metadata from XLSX using C#. In addition, you'll find a code snippet demonstrating the process of how to delete metadata from XLSX in C#.... Metadata includes properties like the author’s name, comments...constructor Remove the metadata properties using the Metadata.RemoveProperties...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  10. Remove Metadata from RTF using C#

    Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software....modification dates, and other properties. This metadata can sometimes...constructor Eliminate metadata properties by calling the Metadata.RemoveProperties...

    kb.groupdocs.com/metadata/net/remove-metadata-f...