Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 5,177 for

values

(0.06 sec)
  1. Locating signature in the Word header or footer...

    This article explains how to locate signature in the footer and header of Word document.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/locating-signa...
  2. 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/net/delete-text-si...
  3. Search for Barcode e-signatures | GroupDocs

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/search-for-bar...
  4. Working with Word Processing 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 Word Processing Documents GroupDocs.Assembly allows you to use data bands in table rows in Word Processing 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-wo...
  5. Search for Barcode e-signatures | GroupDocs

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/search-for-ba...
  6. بارکد خوان با استفاده از Java | اسکن بارکد از ت...

    نحوه اسکن بارکد با استفاده از Java در برنامه مثال Java که بارکد را از یک تصویر می خواند که به شما کمک می کند یک بارکد خوان آنلاین بسازید....getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/fa/parser/scan-barcode-using...
  7. Delete Signatures of the certain type | GroupDocs

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

    docs.groupdocs.com/signature/java/delete-signat...
  8. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/composing-sign...
  9. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document.... We value your opinion. Your feedback...

    docs.groupdocs.com/classification/net/classify-...
  10. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/basic-usage/