Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,527 for

properties

(0.21 sec)
  1. How to Run Examples | GroupDocs

    Examples to annotate on your documents, images or web pages using C#....config and example related properties in configuration.yml to meet...config and example related properties in the configuration.yml...

    docs.groupdocs.com/annotation/net/how-to-run-ex...
  2. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end examples out-of-the-box....config and example related properties in the configuration.yml...config and example related properties in the configuration.yml...

    docs.groupdocs.com/editor/net/how-to-run-examples/
  3. PngViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PNG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children.... Properties Name Description ArchiveOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  4. GroupDocs.Comparison for .NET 26.2 – Latest Upd...

    Explore what's new in GroupDocs.Comparison for .NET 26.2. Available now on NuGet and GroupDocs website.... These properties remain on CompareOptions...

    blog.groupdocs.com/comparison/groupdocs-compari...
  5. Get document info | GroupDocs

    This article explains how to detect document file type, page count, and file size with GroupDocs.Parser for Python via .NET....this example: Check document properties before extraction It’s useful...useful to check document properties before performing extraction...

    docs.groupdocs.com/parser/python-net/get-docume...
  6. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....watermark object Set watermark properties Setting of Add watermark...characters in watermark text using properties and of . AdvancedUsage.AddingWatermarks...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Upcoming Release of GroupDocs.Metadata for Java

    We are happy to announce that GroupDocs.Metadata is coming soon to Java Platform. It will be a back-end API that will allow you to work with metadata associated with various file formats including documents, images, audios, videos, zip, emails and many more. The API aims to facilitate its users with simple syntax, easy to use methods and few lines of code to perform metadata operations. GroupDocs.Metadata for Java will soon be available for download....Resource Blocks, ID3, document properties Covers most popular document...

    blog.groupdocs.com/metadata/upcoming-release-of...
  8. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects GroupDocs.Assembly for .NET API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following Properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Data Source Document Multiple Tables Data....added: Moreover, following properties of the class have been added:...

    docs.groupdocs.com/assembly/net/loading-multipl...
  9. 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...
  10. Extracting Common Image Information | GroupDocs

    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...