Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 952 for

full text search

(0.03 sec)
  1. Delete Signatures of the certain type | Documen...

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API....Search Product Solution GroupDocs...$"Id: {temp.SignatureId}, Text: {temp.Text}" ); } } else { Console...

    docs.groupdocs.com/signature/net/delete-signatu...
  2. Scan Barcode from DOCX using C#

    This guide explains how to scan barcode from DOCX using C#, featuring a code example to help you extract barcode from DOCX in C# efficiently and seamlessly....Search Product Family GroupDocs.Parser...various types of content, such as text, metadata, images, and barcodes...

    kb.groupdocs.com/parser/net/scan-barcode-from-d...
  3. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common Text documents using a GroupDocs.Editor for .NET....Search Product Solution GroupDocs...plain text files, contain special syntax, support text formatting...

    docs.groupdocs.com/editor/net/edit-markdown/
  4. Working with metadata in PNG images | Documenta...

    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 !...Search Product Solution GroupDocs...Console . WriteLine ( chunk . Text ); var compressedChunk = chunk...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Delete Signatures of the certain types | Docume...

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Search Product Solution GroupDocs...SignatureType > { SignatureType . Text , SignatureType . Image , SignatureType...

    docs.groupdocs.com/signature/net/delete-signatu...
  6. How to save signed Image with different output ...

    This article explains how to save signed image with various image formats by GroupDocs.Signature API....Search Product Solution GroupDocs...option with predefined QRCode text QrCodeSignOptions signOptions...

    docs.groupdocs.com/signature/net/save-signed-im...
  7. Verify QR-code signatures in the document | Doc...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs...this value is set by default Text = "John" , MatchType = TextMatchType...

    docs.groupdocs.com/signature/net/verify-qr-code...
  8. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with Texture brush...Search Product Solution GroupDocs...signature background with image for Text and Image signature types Here...

    docs.groupdocs.com/signature/net/composing-sign...
  9. eSign PDF with Metadata signature | Documentation

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...Search Product Solution GroupDocs...option with predefined Metadata text MetadataSignOptions options...

    docs.groupdocs.com/signature/java/esign-pdf-wit...
  10. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required redaction....Search Product Solution GroupDocs...Description Required for document text redactions to work, replaces...

    docs.groupdocs.com/redaction/net/create-custom-...