Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 2,799 for

list

(0.06 sec)
  1. Working with Table Reports | GroupDocs

    Articles in this section...In-Table List in Word Processing Document In-Table List in Spreadsheet...In-Table List in Presentation Document In-Table List in HTML Document...

    docs.groupdocs.com/assembly/net/working-with-ta...
  2. Deleting Text signatures - advanced | GroupDocs

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....method to obtain list of ; Select from list object(s) that should...= new TextSearchOptions (); List < TextSignature > signatures...

    docs.groupdocs.com/signature/net/deleting-text-...
  3. Character types | GroupDocs

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....Creating a list of letter characters List < char > list = new List...0x0030 ; i <= 0x0039 ; i ++) { list . Add ( i ); // Digits } for...

    docs.groupdocs.com/search/net/character-types/
  4. Getting indexed documents | GroupDocs

    This article explains how to get a List of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....description of how to get a list of indexed documents from an...Getting indexed documents To get a list of indexed documents from an...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  5. Use advanced logging | GroupDocs

    Learn advanced logging techniques available in the redaction API...CustomLogger : ILogger { public List < string > Errors { get ; private...private set ; } public List < string > Traces { get ; private...

    docs.groupdocs.com/redaction/net/use-advanced-l...
  6. Working with Table Reports - Alternate Content ...

    Articles in this section...Articles in this section In-Table List With Alternate Content in Word...Processing Document In-Table List With Alternate Content in Spreadsheet...

    docs.groupdocs.com/assembly/java/working-with-t...
  7. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...// Create the list to store output pages List < MemoryStream...MemoryStream > pages = new List < MemoryStream >(); using ( Viewer viewer...

    docs.groupdocs.com/viewer/net/save-output-to-st...
  8. Working with Table Reports - Filtered Ordered G...

    Articles in this section...Articles in this section In-Table List with Filtering Grouping and...Processing Document In-Table List with Filtering Grouping and...

    docs.groupdocs.com/assembly/java/working-with-t...
  9. GroupDocs.Signature for .NET 16.12.0 Supports M...

    We are contented to present another monthly release of our E-signing API that will certainly augment developers experience. GroupDocs.Signature for .NET 16.12.0 crops up with plentiful new features and a bug fix. API permits users to define signature options collection that ultimately helps in applying multiple signatures in a document. We would suggest you to download this latest release and go through the new features. e-Signature API - New Features Add ability to sign files with digital signature by given pattern in folder Add ability to sign files with image signature by given pattern in folder Implement Text Signature alignment for PDF Documents Implement Text Signature alignment for Words Documents Implement Text Signature alignment for Cells Documents Implement Text Signature alignment for Slides Documents Add ability to sign files with text signature by given pattern in folder Implement Digital Signature for all pages for Pdf documents Implement Text Signature Margins for PDF Documents Implement Text Signature Margins for Cells Documents Implement Text Signature Margins for Words Documents Implement Text Signature Margins for Slides Documents Implement Digital Signature Alignment for Pdf Documents Implement ability to sign Pdf Documents with given List of Signature Options Implement ability to sign Cells Documents with given List of Signature Options Implement ability to sign Words Documents with given List of Signature Options Implement ability to sign Slides Documents with given List of Signature Options GroupDocs....sign Pdf Documents with given list of Signature Options Implement...sign Cells Documents with given list of Signature Options Implement...

    blog.groupdocs.com/signature/groupdocs-signatur...
  10. How to Add PDF Annotation in ASP.NET C# - Free ...

    The samples I find on your GitHub repo are complicated, difficult to understand for newbie. Is there documentation showing how to setup an ASP.NET project to use GroupDocs.Annotation, add PDF annotation, and setting up …...C# code // Create list of annotations List<AnnotationBase> annotations...annotations = new List<AnnotationBase>() { // Instantiate AreaAnnotation...

    forum.groupdocs.com/t/how-to-add-pdf-annotation...