Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 2,015 for

properties

(0.04 sec)
  1. Add or Remove Annotations | Annotate PDF files ...

    Programmatically annotate PDF files in C#. Add or remove annotations like arrows, rectangle, ellipse, highlight, watermark annotations using .NET API.... You can also set other properties like page number, background...position, size, and other properties of the initialized annotation...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  2. How to run examples | Documentation

    This article describes how to run .NET file conversion API code examples....config** file and demo-related properties in the **configuration.yml**...config** file and demo-related properties in the **configuration.yml**...

    docs.groupdocs.com/conversion/net/how-to-run-ex...
  3. How to Edit MOBI File | Documentation

    This article demonstrates how to edit MOBI files using Node.js via Java....( false ) by default: // Properties of EbookEditOptions getEnablePagination...built-in and custom document properties inside the resultant MOBI...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  4. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Microsoft Project files 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/java/render-ms-projec...
  5. 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...
  6. 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...
  7. 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...
  8. Specify spreadsheet rendering options | Documen...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering spreadsheet files to HTML, PDF, and image formats....access these options, use the property for one of the following classes... …, XFD). Enable the property to display row and column...

    docs.groupdocs.com/viewer/net/specify-rendering...
  9. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...RenderToPureHtml to true value in the property of the class. Code example...

    docs.groupdocs.com/viewer/net/render-presentati...
  10. How to Use GroupDocs' Document Viewer for .NET ...

    We are often asked whether our GroupDocs Viewer for .NET works with Microsoft ASP.NET MVC 4. The answer is YES, it works well. In this article, we will learn how to use the ASP.NET HTML5 DLL version of GroupDocs’ document viewer with .NET MVC 4. Requirements GroupDocs Viewer Microsoft ASP.NET MVC 4 Сonnection and useTo use the DLL version of GroupDocs’ document viewer for .NET in an ASP.NET MVC Project: Download GroupDocs Viewer for ....following: Go to the project properties -> web and set Use Visual...

    blog.groupdocs.com/viewer/how-to-use-groupdocs-...