Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 2,453 for

properties

(0.13 sec)
  1. Tambahkan Anotasi Sorotan ke JPG menggunakan Java

    Mari pelajari cara menambahkan anotasi sorotan ke JPG menggunakan Java. Selain itu, kami akan memberi Anda contoh kode untuk menyisipkan anotasi sorotan di Java untuk JPG....HighlightAnnotation dan tentukan properti yang diperlukan, seperti BackgroundColor...

    kb.groupdocs.com/id/annotation/java/add-highlig...
  2. 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...
  3. 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...
  4. Convert spreadsheets | GroupDocs

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using C# language and GroupDocs.Conversion for .NET....format by setting the Format property of the object. Here is a complete...format by specifying the Format property of the class. PPTX is the...

    docs.groupdocs.com/conversion/net/convert/sprea...
  5. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint, HTML, image and other formats with GroupDocs.Conversion for .NET....format, specify the Format property of the class: var options...ImageConvertOptions.Format property that should be set to ImageFileType...

    docs.groupdocs.com/conversion/net/convert/pdf/
  6. Symbol font in Word is not reproduced in HTML o...

    We are using GroupDocs.Conversion to convert to HTML and PDF, but wherever the Symbol font is used in our docs, the output is an empty no-glyph-available box. The formulas with the Symbol chars in them are actually crit…...FontDirectories property to specify a folder containing...WordProcessingLoadOp.FontSubstitutes property. We can share a code example...

    forum.groupdocs.com/t/symbol-font-in-word-is-no...
  7. 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...
  8. Specify the JPEG image quality | GroupDocs

    Reduce PDF file size by adjusting JPEG image quality. Set the image quality between 1 and 100....adjust images quality, set the property of the class. The value must...

    docs.groupdocs.com/viewer/python-net/adjust-jpe...
  9. Control temporary files | GroupDocs

    This article explains how to control temporary files used by GroupDocs.Comparison for Java....tmpdir property. Was this page helpful? Not...

    docs.groupdocs.com/comparison/java/control-temp...
  10. 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...