Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 2,141 for

properties

(0.09 sec)
  1. How to Convert Outlook Email to PDF using Java

    This article describes the detailed procedure to convert Outlook Email to PDF using Java and demonstrates the working of the Java EML to PDF converter functionality....PdfConvertOptions class for defining properties for customizing the converted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. How to Add Watermark to Excel Worksheets using C#

    This brief piece of writing provides guidance how to add watermark to excel worksheets using C# along with instructions and code to insert watermark in xlsx using C#....WatermarkAnnotation class and define some properties Invoke the Add method of...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  3. How to Insert Area Annotation to PDF using C#

    In this subject, you will learn how to insert area annotation to PDF using C#. It also includes guidance and code example to add area annotation to PDF in C#....AreaAnnotation class and set desired properties e.g. position, page number...

    kb.groupdocs.com/annotation/net/how-to-insert-a...
  4. How to Add Ellipse Annotation in PDF using Java

    This article will help you to add ellipse annotation in PDF using Java. Moreover, It provides code to insert ellipse annotation to PDF in Java along with all steps....EllipseAnnotation class and set some properties e.g. position, page number...

    kb.groupdocs.com/annotation/java/how-to-add-ell...
  5. How to Add Image Signature to RTF using C#

    This article is here to assist you to add image signature to RTF using C#. Additionally, we will furnish you with a code example to insert image signature into RTF using C#....as a parameter Set desired properties for ImageSignOptions class...

    kb.groupdocs.com/signature/net/how-to-add-image...
  6. How to Add Strikeout Annotation in PDF Using C#

    We will take a look at the detailed guide how to add strikeout annotation in PDF using C#, and provide a sample code to insert strikeout annotation in PDF using C#....and assign values to its properties, such as page number and...

    kb.groupdocs.com/annotation/net/how-to-add-stri...
  7. Set image size limits | Documentation

    Control image size in PDF output: set width, height, or maximum dimensions....The class has the following properties to set the image width or/and...

    docs.groupdocs.com/viewer/python-net/set-image-...
  8. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image Properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...allows extracting common image properties such as width and height...root metadata package Use the property to obtain file format information...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etc.... Set watermark properties such as position, size, opacity...

    blog.groupdocs.com/watermark/add-watermark-to-a...
  10. How to Highlight Text in PDF using Java

    Within this article, we will show you how to highlight text in PDF using Java. We'll provide you complete step-by-step guidance to highlight text using Java in PDF....HighlightAnnotation class and define its properties Call Annotator.add method...

    kb.groupdocs.com/annotation/java/how-to-highlig...