Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 4,644 for

values

(0.14 sec)
  1. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Parser examples, by building your own or using our back-end examples out-of-the-box.... value } " ) if __name__ == "__main__"...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/python-net/how-to-run...
  2. Удалить метаданные документов и изображений с п...

    Удалите выборочные метаданные или очистите все свойства метаданных с помощью C# из файлов DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, изображений WebP, электронной почты, электронных книг, Visio, Zip....Value.Type == MetadataPropertyType.String && p.Value.ToString()...

    blog.groupdocs.com/ru/metadata/remove-metadata-...
  3. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console.... WriteLine ( "Value: {0}" , simpleTag . Value ); } } // Read...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Value ); } } As you can see the code...( "customProperty1" , "some value" ); root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Getting Started | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....... We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/getting-s...
  6. Developer Guide | GroupDocs

    Explains GroupDocs.Metadata for Node.js file 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... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/nodejs-java/develop...
  7. Developer Guide | GroupDocs

    Explains GroupDocs.Metadata for Python file 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... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/python-net/develope...
  8. Developer Guide | GroupDocs

    This section will tell you how to work with GroupDocs.Assembly for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/python-net/develope...
  9. 使用 C# 管理 HEIF HEIC 圖像的 XMP 和 EXIF 數據

    使用 C# 管理 HEIF、HEIC 圖像的 XMP 和 EXIF 數據。使用 .NET 應用程序中的元數據自動化 API 讀取、更新、刪除 EXIF 和 XMP 數據。...Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/zh-hant/metadata/manage-xmp-...
  10. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats.... The default value is 55 . —Specifies the maximum...characters per row. The default value is 85 . The following example...

    docs.groupdocs.com/viewer/java/render-text-files/