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...
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...
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...
The page describes how to manage different versions of document using GroupDocs.Annotation for Java API.... Versions list keeps annotations that you add...Get the list of version keys of a file To get the list of version...
This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....returns object that contains list of successfully updated signatures...pass created list of Search Options to obtain list of ; Select...
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...
id: advanced-search-archive-documents url: signature/net/advanced-search-archive-documents title: Advanced search archive documents linkTitle: 🌐 Archive weight: 16 description: “This article explains how to make advanced search within the archive that contains several documents for any electronic signatures with GroupDocs.Signature API.” keywords: productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Advanced search for various signatures within the archive files in C# description: Advanced search for all supported signatures within the archives fast and easily with C# language and GroupDocs.... - name: Get list of the corresponding signatures...Process list of found items text: Loop through list of found...
Calculate and display aggregate values like sums, counts, and averages from data collections in templates....collection type, including lists, arrays, DataTables, and other...CalculateSum () { List < OrderItem > items = new List < OrderItem >...
The Compressed files (e.g .ZIP or TAR) use file compression in order to save the disk space. Also, the compressed archive formats can be used to compress multiple files into a single archive. This post demonstrates the usage of the GroupDocs.Viewer API to render the List of files or folders from an archive file.
Rendering the List of a Folder from the Archive The GetPages method of both ViewerImageHandler and ViewerHtmlHandler renders the items from the root of archives....Viewer API to render the list of files or folders from an...archive file. Rendering the List of a Folder from the Archive...