Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,139 for

properties

(0.12 sec)
  1. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/net/render-email-mess...
  2. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....file so you can access its properties Use the Parser.GetMetadata...integrate read PPTX file properties C# functionality directly...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  3. Working with metadata in AVI files | Documentation

    Reading AVI header Properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header Properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....feedback Reading AVI header properties The GroupDocs.Metadata API...method Read the AVI header properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....(zero-based) and update its properties as needed. Call the method...Suggest we want change some properties of existed annotation AreaAnnotation...

    docs.groupdocs.com/annotation/java/update-annot...
  5. Add Text Watermark to PNG using Java

    Explore the method how to add text watermark to PNG using Java. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in Java....to its constructor Set the properties of the TextWatermark class...Exploring various watermark properties and customization options...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  6. Add Text Watermark to JPG using C#

    Discover how to add text watermark to JPG using C#. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in C# programming....match your desired watermark properties Add the watermark to the...flexibility to customize various properties such as alignment, font,...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  7. Issues when converting htm to pdf from version ...

    I updated GroupDocs.Conversion to the latest (25.7) and I noticed a few issues when converting htm to pdf external images not being loaded tr width 100% not being respected It works fine until version 25.5.1...external resources and layout properties in the newer version. Here...image handling or layout properties. This can provide insights...

    forum.groupdocs.com/t/issues-when-converting-ht...
  8. Generate QR Codes in C# | Sign Documents and Im...

    Electronically sign documents and Images by generating QR codes in C# and attach these to Word, Excel, PDF, PNG, JPG, WebP files using .NET Signature API.... Set the QR code properties using the QrCodeSignOptions...transparency, and some more properties to alter their appearance...

    blog.groupdocs.com/signature/generate-qr-codes-...
  9. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures.... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/java/implement-cus...
  10. Add highlight annotation | Documentation

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for Java....following methods to set the properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/java/add-highligh...