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

list

(1.08 sec)
  1. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages List were rendered....rendered, not when all pages list were rendered. Document saving...annotation list List < AnnotationInfo > annotations = new List < AnnotationInfo...

    docs.groupdocs.com/annotation/net/migration-notes/
  2. 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...
  3. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....includes: list of all existing in the document. This list will contain...documents support these elements. list of previously added to document...

    docs.groupdocs.com/signature/net/obtain-documen...
  4. 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...
  5. Versioning of annotated documents | GroupDocs

    The page describes how to manage different versions of document using GroupDocs.Annotation for .NET API.... Versions list keeps annotations that you add...Get the list of version keys of a file To get the list of version...

    docs.groupdocs.com/annotation/net/versioning-of...
  6. Convert Image using OCR | GroupDocs

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....RecognitionResult result ) { var lines = new List < TextLine >(); for ( var i...( lines ); } private static List < TextFragment > SplitToFragments...

    docs.groupdocs.com/conversion/net/convert-image...
  7. 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/
  8. 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...
  9. Working with Paragraph Reports | GroupDocs

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

    docs.groupdocs.com/assembly/java/working-with-p...
  10. Generate Master-Detail Reports | GroupDocs

    Create parent-child reports with nested data bands to display master records with their detail records....CustomerName { get ; set ; } public List < OrderItem > Items { get ;...master-detail relationship List < Order > orders = new List < Order > { new...

    docs.groupdocs.com/assembly/net/basic-usage-mas...