Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 3,096 for

indexing

(0.1 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. C# での数値範囲検索

    GroupDocs.Search を使用すると、C# で数値範囲検索を簡単に実行できます。高度で効率的な手法を使用して、C# でドキュメント内の数値範囲を検索する方法を学びます。... Index クラスのインスタンスを作成し、ドキュメントを整理して最...適化された検索用に準備する保存場所を定義します。 Index.Add メソッドを使用して、含めたいドキュメントを含むフォ...

    kb.groupdocs.com/ja/search/net/numeric-range-se...
  3. Criar visualizador de documentos no ASP.NET Cor...

    Os visualizadores de documentos online tornaram-se populares após o crescente uso de documentos digitais, especialmente nos sistemas de gerenciamento de conteúdo. A razão por trás dessa popularidade é que você pode visualizar uma variedade de formatos de documentos sem comprar ou instalar programas de software dedicados. Considerando a importância dos visualizadores de documentos, pensei em escrever um artigo sobre como criar um visualizador de documentos universal em ASP.NET MVC. Vamos criar um aplicativo visualizador de documentos ASP.... Abra o arquivo Views/Home/Index.cshtml e substitua seu conteúdo...List<string>(); } public IActionResult Index() { var files = Directory.G...

    blog.groupdocs.com/pt/viewer/document-viewer-in...
  4. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...method specify a zero-based index (do not confuse with the worksheet...worksheet. If the specified index is lesser than 0 or exceeds...

    docs.groupdocs.com/editor/java/generating-works...
  5. 使用 C# 执行同音词搜索

    了解如何使用 C# 进行同音词搜索以进行语音匹配。了解 C# 同音词搜索算法,无需安装额外软件即可获得准确的结果。...库来配置您的开发设置,以启用同音词搜索功能 创建一个 Index 对象作为有效索引文档的存储位置 使用 Index.Add 方法添加文档,指定包含要索引的文件的文件夹...UseHomophoneSearch 属性设置为 true 来激活同音词搜索 使用 Index.Search 方法与您的搜索查询和配置的搜索选项来查找同音词...

    kb.groupdocs.com/zh/search/net/perform-homophon...
  6. 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...
  7. 使用 Java 执行同音词搜索

    了解如何使用 Java 执行同音词搜索以进行语音匹配。探索 Java 同音词搜索算法,无需额外软件即可获得准确的结果。...库来设置您的开发环境以启用同音词搜索功能 创建 Index 对象来定义存储位置,以便有效地索引您的文档 使用 Index.add 方法添加文档,指定包含要索引的文件的文件夹...UseHomophoneSearch 属性设置为 true 来启用同音词搜索 使用 Index.search 方法执行搜索,传递搜索查询和配置的搜索选项来识别同音词...

    kb.groupdocs.com/zh/search/java/perform-homopho...
  8. Select specific pages for rasterized PDF | Grou...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....you can specify starting page index (zero based) and the number...number of pages from this index to save. Also, you can change the Compliance...

    docs.groupdocs.com/redaction/java/select-specif...
  9. Izvršite Faceted Search koristeći C#

    Izvršite Faceted Search koristeći C# za poboljšanje pronalaženja dokumenata. Naučite pretraživanje cijelog teksta s Booleovim operatorima u C# za precizne i učinkovite rezultate u aplikacijama....aspektima Inicijalizirajte Index objekt za stvaranje lokacije...dokumente u indeks pomoću metode Index.Add , navodeći direktorij koji...

    kb.groupdocs.com/hr/search/net/perform-faceted-...
  10. Wykonaj wyszukiwanie fasetowe za pomocą języka C#

    Wykonaj wyszukiwanie fasetowe przy użyciu języka C#, aby usprawnić wyszukiwanie dokumentów. Naucz się pełnotekstowego wyszukiwania z operatorami boolowskimi w języku C#, aby uzyskać precyzyjne i wydajne wyniki w aplikacjach....z fasetami Zainicjuj obiekt Index , aby utworzyć lokalizację przechowywania...do indeksu, używając metody Index.Add , określając katalog zawierający...

    kb.groupdocs.com/pl/search/net/perform-faceted-...