Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 2,116 for

properties

(0.11 sec)
  1. Melakukan Pencarian Homofon menggunakan C#

    Pelajari cara melakukan pencarian homofon menggunakan C# untuk pencocokan fonetik. Temukan algoritma pencarian homofon C# untuk hasil yang akurat tanpa menginstal perangkat lunak tambahan....pencarian homofon dengan menyetel properti UseHomophoneSearch menjadi...

    kb.groupdocs.com/id/search/net/perform-homophon...
  2. Cara Menandatangani JPEG dengan tanda tangan te...

    Dalam topik ini, Anda akan mendapatkan bantuan tentang cara menandatangani JPEG dengan tanda tangan teks menggunakan C#. Juga, contoh kode akan diberikan untuk menambahkan tanda tangan teks ke JPEG menggunakan C#....kelas TextSignOptions dan atur properti untuk tampilan tanda tangan...

    kb.groupdocs.com/id/signature/net/how-to-sign-j...
  3. Teks Dicoret di Dokumen menggunakan C# | C̶r̶o̶...

    Gunakan anotasi coretan untuk mencoret teks yang tidak valid di dalam dokumen menggunakan C#. Otomatiskan anotasi dokumen dan gambar dengan .NET API....halaman dokumen Koordinat dan properti lainnya Tambahkan anotasi...

    blog.groupdocs.com/id/annotation/strikethrough-...
  4. Unable to convert eml to pdf using 24.8 with ec...

    Local testing works fine on Windows 11. However, when I attempt to test groupdocs 24.8 with a eclipse-temurin:17-jre-jammy base image it just hangs and never converts the eml to pdf. Based on the threads, it looks like…...fonts system property to point to a specific directory...

    forum.groupdocs.com/t/unable-to-convert-eml-to-...
  5. Add replies to annotation | Documentation

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....User property (by default it is “Guest”)...

    docs.groupdocs.com/annotation/net/add-replies-t...
  6. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API.... Call the to set the property to true . Call the method...

    docs.groupdocs.com/annotation/java/save-only-an...
  7. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...filePath ); // Check IsEncrypted property System . out . println ( info...

    docs.groupdocs.com/parser/java/password-protect...
  8. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout....set the true value for the property in the search options. By...

    docs.groupdocs.com/search/net/keyboard-layout-c...
  9. Password-protected documents | Documentation

    Learn how to open the password-protected documents....document ); // Check IsEncrypted property Console . WriteLine ( info...

    docs.groupdocs.com/parser/net/password-protecte...
  10. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....homophone search, you must set the property of the class to true. By default...

    docs.groupdocs.com/search/net/homophone-search/