Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 5,285 for

values

(0.31 sec)
  1. Add watermarks to images | GroupDocs

    Add watermarks to single or multi-framed images (such as TIFF and GIF) using GroupDocs.Watermark for Python via .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/python-net/add-wat...
  2. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/convert/note/
  3. Compare multiple documents | GroupDocs

    Compare any number of Word documents or PowerPoint/OpenDocument presentations simultaneously using Comparer.Add() — produces a single merged result document.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/compare-multi...
  4. Load file from Azure blob storage | GroupDocs

    This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/load-file-fro...
  5. Delete signatures of the certain type | GroupDocs

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/delete-...
  6. Installation | GroupDocs

    This guide explains how to install GroupDocs.Signature for Python via .NET to your environment... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/install...
  7. Update QR Code Signatures in Document | GroupDocs

    This article explains how to update QR code electronic signatures with GroupDocs.Signature for Python via .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/update-...
  8. Delete Text signatures from documents | GroupDocs

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/delete-...
  9. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with Presentation Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Presentation Documents GroupDocs.Assembly allows you to use data bands in table rows in Presentation** Documents**. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/working-with-pr...