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

properties

(0.03 sec)
  1. Cara Mengonversi ODG ke PDF menggunakan C#

    Mari kita lihat petunjuk langkah demi langkah untuk mengonversi ODG ke PDF menggunakan C# dengan beberapa panggilan API dan cara mengembangkan aplikasi pengonversi file C# ODG ke PDF....format PDF Buat dan tentukan properti untuk dokumen PDF untuk menyesuaikannya...

    kb.groupdocs.com/id/conversion/net/how-to-conve...
  2. Cara Mengonversi File Teks ke JPG menggunakan Java

    Konversikan file Teks ke JPG dengan mudah menggunakan Java dengan beberapa panggilan API dari pustaka konversi dokumen dan tinjau kode contoh untuk aplikasi konverter Java TXT ke JPG....dengan menyiapkan berbagai properti menggunakan objek ImageConvertOptions...

    kb.groupdocs.com/id/conversion/java/how-to-conv...
  3. Search Different Word Forms using Java

    Search different word forms using Java to identify nouns in both singular and plural forms. An example will demonstrate how to implement word form search in Java....set the UseWordFormsSearch property to true to enable word form...

    kb.groupdocs.com/search/java/search-different-w...
  4. Add Text Watermark to PPTX Using Python

    Learn how to add text watermark to PPTX using Python. This tutorial shows how to embed watermark text into PowerPoint slides with custom font, color, and alignment....for protecting intellectual property while enhancing the overall...

    kb.groupdocs.com/watermark/python/add-text-wate...
  5. 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...
  6. 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...
  7. 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-...
  8. 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...
  9. 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...
  10. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API.... Set the property by specifying annotation type(s)...

    docs.groupdocs.com/annotation/net/filtering-ann...