Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 2,188 for

properties

(0.06 sec)
  1. Text is cropped when using GroupDocs.Viewer to ...

    I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…...enabling RenderTextAsImage property viewOptions.PdfOptions.RenderTextAsImage...

    forum.groupdocs.com/t/text-is-cropped-when-usin...
  2. Dapatkan Dokumen yang Diindeks menggunakan Java

    Jelajahi panduan langkah demi langkah kami untuk mempelajari cara mendapatkan dokumen terindeks menggunakan Java. Cari tahu cara mengambil dokumen terindeks di Java untuk meningkatkan manajemen dokumen Anda....detail yang relevan menggunakan properti kelas DocumentInfo Pengindeksan...

    kb.groupdocs.com/id/search/java/get-indexed-doc...
  3. Cara Menandatangani DOCX dengan Kode QR menggun...

    Dalam topik ini, kami akan memandu Anda tentang cara menandatangani DOCX dengan Kode QR menggunakan C#. Kami juga akan memberikan contoh kode untuk membuat QR Code di DOCX menggunakan C#....QrCodeSignOptions dan tetapkan properti yang diinginkan Panggil metode...

    kb.groupdocs.com/id/signature/net/how-to-sign-d...
  4. Cara Menandatangani PDF dengan Tanda Tangan Tek...

    Pelajari dengan cepat cara menandatangani PDF dengan tanda tangan teks menggunakan Java. Selain itu, kami akan memberikan contoh kode untuk menambahkan tanda tangan teks di PDF menggunakan Java tanpa menggunakan alat tambahan....TextSignOptions dan setel properti pilihan untuk tampilan tanda...

    kb.groupdocs.com/id/signature/java/how-to-sign-...
  5. Cara Menambahkan Tanda Tangan Gambar ke RTF men...

    Artikel ini hadir untuk membantu Anda menambahkan tanda tangan gambar ke RTF menggunakan C#. Selain itu, kami akan memberi Anda contoh kode untuk memasukkan tanda tangan gambar ke RTF menggunakan C#....sebagai parameter Tetapkan properti yang diinginkan untuk kelas...

    kb.groupdocs.com/id/signature/net/how-to-add-im...
  6. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...additional options and setup property with instance of Call method...

    docs.groupdocs.com/signature/net/composing-sign...
  7. Load password-protected documents | Documentation

    This article explains how to open password-protected document with GroupDocs.Viewer within your .NET applications.... Set a password in the property. Note If the password is not...

    docs.groupdocs.com/viewer/net/load-password-pro...
  8. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source format with GroupDocs.Conversion for Java API....possible conversion read the property. Create an instance of the...

    docs.groupdocs.com/conversion/java/get-default-...
  9. Enabling language information | Documentation

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for .NET API....contains the public boolean property: public bool EnableLanguageInform...

    docs.groupdocs.com/editor/net/enabling-language...
  10. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....RedactionCallback property, to a class implementing IRedactionCallback...

    docs.groupdocs.com/redaction/java/use-redaction...