Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 2,526 for

properties

(0.3 sec)
  1. Render PDF menjadi JPG menggunakan C#

    Pelajari cara merender PDF menjadi JPG secara efisien menggunakan C#. Juga, jelajahi petunjuk langkah demi langkah dan kode C# untuk merender PDF ke JPG tanpa menginstal alat tambahan....kelas JpgViewOptions dan atur properti untuk lebar dan tinggi gambar...

    kb.groupdocs.com/id/viewer/net/render-pdf-as-jp...
  2. Cara Menambahkan Tanda Tangan Digital ke DOCX m...

    Dalam topik ini, Anda akan mendapatkan bantuan tentang cara menambahkan tanda tangan digital ke DOCX menggunakan C#. Juga, contoh kode akan diberikan untuk memasukkan tanda tangan digital ke DOCX menggunakan C#....ke konstruktornya Tetapkan properti DigitalSignOptions yang diinginkan...

    kb.groupdocs.com/id/signature/net/how-to-add-di...
  3. 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...
  4. 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...
  5. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your Java applications using GroupDocs.Comparison for Java.... Call the property to specify a password string...

    docs.groupdocs.com/comparison/java/set-password...
  6. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....root metadata package Use the property to obtain file format information...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Convert videos | GroupDocs

    In this article, you will learn how to convert a video file to another video format with GroupDocs.Conversion for .NET....however, you need to set the property to true and specify the desired...desired output format in the property: // Load the source AVI file...

    docs.groupdocs.com/conversion/net/convert/video/
  8. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....happens over setting property of property in proper event handler...

    docs.groupdocs.com/signature/java/processes-can...
  9. MixedContent.7z

    CHM/dv_aspnetmmc.chm ASP.NET Вкладка «Приложение», диалоговое окно «Параметры конфигурации ASP.NET» См. также Фильтр по языку: Все Фильтр по языку: Несколько Фильтр по языку: Visual Basic Фильтр по......unblock windows, view the properties of active or blocked windows...list of blocked windows. Properties Displays a dialog box that...

    docs.groupdocs.com/viewer/java/sample-files/ren...
  10. Come aggiungere annotazioni ellisse in PDF util...

    Questo articolo ti aiuterà ad aggiungere annotazioni ellittiche in PDF usando Java. Inoltre, fornisce il codice per inserire annotazioni ellittiche in PDF in Java insieme a tutti i passaggi....EllipseAnnotation class and set some properties e.g. position, page number...

    kb.groupdocs.com/it/annotation/java/how-to-add-...