Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,062 for

properties

(0.03 sec)
  1. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/java/sign-document...
  2. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...table describes changeable properties for Image signatures dependent...

    docs.groupdocs.com/signature/net/updating-image...
  4. Remove Watermark from PDF Documents in Java | W...

    Delete or remove watermarks from PDF and other documents in Java. An overview for Java developers to create a watermark removing applications....watermarks having matched properties. The following steps demonstrate...all the required formatting properties. Search and get all the possible...

    blog.groupdocs.com/watermark/remove-watermark-f...
  5. Remove Watermark from PDF Documents using C# | ...

    Delete or remove watermarks from PDF and other documents using C#. An overview of .NET API for C# developers to create a watermark remover application....watermarks with matching properties. The following code snippet...all the required formatting properties. Perform Search() and get...

    blog.groupdocs.com/watermark/remove-watermark-f...
  6. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....different measure unit types: Set property with of one values above to...implement values in properties , Set property with of one values...

    docs.groupdocs.com/signature/net/locating-signa...
  7. Add Watermark to Images in C# | Text & Image Wa...

    C# ways to add text to image as watermark, or add image watermarks to PNG, JPG/JPEG, WebP, GIF, TIFF, BMP images using .NET Watermarking API by GroupDocs.... Set other watermark properties like position, rotation,...ImageWatermark class and its properties to customize the watermark...

    blog.groupdocs.com/watermark/add-watermark-to-i...
  8. Set Text Shadow in Text Signatures using Java E...

    The team GroupDocs is really excited to announce the another monthly release of GroupDocs.Signature for Java v18.1. This release comes up with a feature of setting Text Shadow for Slides, Words and Cells documents. Furthermore, many improvements and fixes are also introduced in this version of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience....arguments with additional properties Information of URL provided...of result with additional properties Result of Signing methods...

    blog.groupdocs.com/signature/java-e-signing-api...
  9. How to Convert RTF to PDF in Java

    We explain to you the detailed instructions to convert RTF to PDF in Java and create a sample code for the implementation of Java RTF to PDF converter functionality....PdfConvertOptions class and define properties for customizing the converted...by defining various other properties including DPI, Margins, Orientation...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Working with BMP metadata | Documentation

    Reading BMP header Properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...feedback Reading BMP header properties The GroupDocs.Metadata API...using Read the BMP header properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-bm...