Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 3,245 for

notes

(0.38 sec)
  1. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.... WriteLine (); } } Note Not all possible properties...

    docs.groupdocs.com/metadata/net/getting-known-p...
  2. GroupDocs.Comparison для .NET 26.2 – Останні он...

    Дослідіть нові можливості у GroupDocs.Comparison для .NET 26.2. Тепер доступно на NuGet та веб‑сайті GroupDocs....Дізнатись більше # Full Release Notes – Повні нотатки випуску Documentation...

    blog.groupdocs.com/uk/comparison/groupdocs-comp...
  3. Integrazione Python di GroupDocs.Annotation .NE...

    Impara a integrare GroupDocs.Annotation per .NET con Python usando pythonnet. Padroneggia due metodi comprovati per risolvere le sfide di caricamento degli assembly, con esempi di codice completi per approcci di annotazione basati su wrapper e su reflection.... Text = "Important note" text_annotation . FontColor...Framework di Destinazione Supportati Note 3.7 – 3.10 2.5.x .NET Framework...

    blog.groupdocs.com/it/annotation/python-integra...
  4. Add Image Watermark to DOCX Using Python

    Add image watermark to DOCX using Python for secure document branding. This guide also shows how to apply watermark to DOCX document in Python with full control....“Confidential,” “Draft,” or any custom note to ensure every sheet communicates...

    kb.groupdocs.com/watermark/python/add-image-wat...
  5. 下载 GroupDocs.Redaction for .NET 25.12 – 新的修复和改进...

    GroupDocs.Redaction for .NET 25.12 的最新修复和更新已于2025年12月发布。可在NuGet和GroupDocs网站上获取。...12 – December 2025 Release Notes 目录 修复和增强 新增内容? 如何获取更新 了解更多 我们很高兴宣布发布...

    blog.groupdocs.com/zh/redaction/groupdocs-redac...
  6. GroupDocs.Redaction for .NET 25.12 다운로드 – 새로운 수...

    GroupDocs.Redaction for .NET 25.12 최신 수정 및 업데이트가 2025년 12월에 출시되었습니다. NuGet 및 GroupDocs 웹사이트에서 제공됩니다....12 – December 2025 Release Notes Table of Contents 수정 및 향상 새로운...

    blog.groupdocs.com/ko/redaction/groupdocs-redac...
  7. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... println (); } } Note Not all possible properties...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for Java API....of preview images (if needed) Note Stream created by the delegate...generatePreview ( previewOptions ); } Note This feature is not supported...

    docs.groupdocs.com/comparison/java/generate-doc...
  9. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format.... Note Please refer to the to get more...EXIF specification). // Please note that the chosen ID may intersect...

    docs.groupdocs.com/metadata/net/working-with-ex...
  10. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class... Note that after cancellation, an...this property has no effect. Note that this requires the process...

    docs.groupdocs.com/search/net/indexing-options/