Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 3,115 for

indexes

(0.47 sec)
  1. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-for-emb...
  2. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....for ( int index = 0 ; index < src . length (); ++ index ) { chTmp...chTmp = src . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/search-embed-...
  3. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....for ( int index = 0 ; index < src . length (); ++ index ) { chTmp...chTmp = src . charAt ( index ); chTmp = ( char )( chTmp ^ this ...

    docs.groupdocs.com/signature/java/implement-cus...
  4. जावा का उपयोग करके विभिन्न शब्द रूपों को खोजें

    एकवचन और बहुवचन दोनों रूपों में संज्ञाओं की पहचान करने के लिए जावा का उपयोग करके विभिन्न शब्द रूपों को खोजें। एक उदाहरण दिखाएगा कि जावा में शब्द रूप खोज को कैसे लागू किया जाए।...दस्तावेज़ों को अनुक्रमित करने के लिए Index ऑब्जेक्ट को इंस्टैंसिएट करें...वाले फ़ोल्डर पथ प्रदान करके और Index.add विधि का उपयोग करके दस्तावेज़ों...

    kb.groupdocs.com/hi/search/java/search-differen...
  5. Extrahujte obrázky z dokumentů PDF, Excel, PPT,...

    .NET API s funkcemi pro extrahování obrázků z PDF, tabulek, prezentací, textových dokumentů a ze specifických stránek pomocí rozhraní API pro analýzu v C#....Uložit obrázek a vytisknout index stránky, obdélník a typ obrázku:...{1}, Type: {2}", image.Page.Index, image.Rectangle, image.FileType));...

    blog.groupdocs.com/cs/parser/extract-images-fro...
  6. Edit Excel Workbook | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET....tab for opening by 0-based index and a boolean flag that indicates...editOptions1 . WorksheetIndex = 0 ; //index is 0-based, so this is 1st tab...

    docs.groupdocs.com/editor/net/edit-excel/
  7. Reverse Image Search Library

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/zh/tag/reverse-image-search-...
  8. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .NET....on the attachment type: var index = 1 ; LoadOptions LoadOptionsProvider...string outputFile = $"converted-{index++}.{saveContext.TargetFormat...

    docs.groupdocs.com/conversion/net/convert-each-...
  9. Extract data from databases | GroupDocs

    Complete guide to extracting data from databases via ADO.NET using GroupDocs.Parser for .NET. Learn how to connect to SQLite, SQL Server, and other database providers to extract table data....data for the specified table index Features.Text and Features.Toc...PageIndex represents the table index using ( TextReader reader =...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Durchführen einer Case-Sensitive-Suche mit C#

    Führen Sie mit C# ganz einfach eine Suche unter Berücksichtigung der Groß- und Kleinschreibung durch, um präzise Ergebnisse zu erhalten. Erfahren Sie anhand einer Schritt-für-Schritt-Anleitung, wie Sie mit C# nach Text unter Berücksichtigung der Groß- und Kleinschreibung in Dateien suchen.... Erstellen Sie ein Index -Objekt als Speicherort, an...werden Verwenden Sie die Methode Index.Add , um Dateien aus einem bestimmten...

    kb.groupdocs.com/de/search/net/perform-case-sen...