Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 29,922 for

groupdocs metadata

(0.19 sec)
  1. Working with metadata in AVI files | Documentation

    Reading AVI header properties The Groupdocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root Metadata package Extract the native Metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata Metadata = new Metadata(Constants.InputAvi)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Advanced search for Metadata signatures | Docum...

     This article explains how to search various data values types within electronic signatures in the document Metadata by Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/advanced-searc...
  3. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. metadata cleaner using csharp on GroupDocs Blog...

    Metadata cleaner using csharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Metadata cleaner using csharp on Groupdocs Blog | Document Automation So......metadata cleaner using csharp on GroupDocs Blog | Document Automation...content in metadata cleaner using csharp on GroupDocs Blog | Document...

    blog.groupdocs.com/zh/tag/metadata-cleaner-usin...
  5. remove metadata using csharp on GroupDocs Blog ...

    remove Metadata using csharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove Metadata using csharp on Groupdocs Blog | Document Automation Solu......remove metadata using csharp on GroupDocs Blog | Document Automation...content in remove metadata using csharp on GroupDocs Blog | Document...

    blog.groupdocs.com/ja/tag/remove-metadata-using...
  6. Clean Metadata of Documents and Images using Java

    Java API to remove all or selective Metadata properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, email, eBooks, Visio Drawings, Zip, etc....Український Tiếng Việt 中文 中國傳統的 Metadata is the data that provides...not a good practice to send metadata along. It can reveal your...

    blog.groupdocs.com/metadata/remove-metadata-fro...
  7. Remove Metadata in CSharp on GroupDocs Blog | D...

    Remove Metadata in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Metadata in CSharp on Groupdocs Blog | Document Automation Solutions ......Remove Metadata in CSharp on GroupDocs Blog | Document Automation...content in Remove Metadata in CSharp on GroupDocs Blog | Document...

    blog.groupdocs.com/ar/tag/remove-metadata-in-cs...
  8. Remove Metadata in CSharp on GroupDocs Blog | D...

    Remove Metadata in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Metadata in CSharp on Groupdocs Blog | Document Automation Solutions ......Remove Metadata in CSharp on GroupDocs Blog | Document Automation...content in Remove Metadata in CSharp on GroupDocs Blog | Document...

    blog.groupdocs.com/he/tag/remove-metadata-in-cs...
  9. Remove Metadata in CSharp on GroupDocs Blog | D...

    Remove Metadata in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Metadata in CSharp on Groupdocs Blog | Document Automation Solutions ......Remove Metadata in CSharp on GroupDocs Blog | Document Automation...content in Remove Metadata in CSharp on GroupDocs Blog | Document...

    blog.groupdocs.com/vi/tag/remove-metadata-in-cs...
  10. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The Groupdocs Metadata API allows the user to read Adobe Photoshop Metadata associated with a PSD image. For more information on the Photoshop file format and Metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root Metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...