Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,532 for

properties

(0.08 sec)
  1. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...and a set of different CSS properties, which are applied to different...

    docs.groupdocs.com/viewer/net/render-excel-and-...
  2. Advanced Usage | Documentation

    Learn about the advance usage of metadata API...metadata tree Getting known property descriptors Working with interpreted...values Working with metadata properties Working with metadata standards...

    docs.groupdocs.com/metadata/net/advanced-usage/
  3. GroupDocs.Signature for .NET 16.10.0 Supports D...

    In order to enhance the user experience, we are pleased to announce a monthly release of GroupDocs.Signature for .NET that emerges with appealing features and bug fixes. Boost your e-signing experience with GroupDocs.Signature for .NET 16.10.0 by adding more options and Properties to text, image or digital signatures and saving the signed document with different format. We would suggest you to download this latest release and go through the new features....by adding more options and properties to text, image or digital...

    blog.groupdocs.com/signature/groupdocs-signatur...
  4. Render SVG File Format using GroupDocs.Viewer f...

    It gives us immense pleasure to announce the release of version 17.6.0 of GroupDocs.Viewer for .NET . This release comes up with the support of SVG file format. Furthermore, we have introduced 8 improvements and fixes in this regular monthly release. We recommend you to please upgrade to the latest version for a better experience. GroupDocs.Viewer for .NET 17.6.0 - New FeaturesFollowing is the new feature introduced in this version of the API....Remove obsolete ViewerConfig properties and fields Improvement -...

    blog.groupdocs.com/viewer/render-svg-format-gro...
  5. Using Signature Appearances | Documentation

     This sections contains explanation about various electronic signature visual appearances on document page....signature options contains property that expects instance of the...annotation area. Note that property must be set to class implements...

    docs.groupdocs.com/signature/net/using-signatur...
  6. Working with Barcode Image Generation | Documen...

    Articles in this section...section Barcodes Syntax and Properties Barcode Image Generation...

    docs.groupdocs.com/assembly/java/working-with-b...
  7. How to edit e-Book file | Documentation

    This article demonstrates how to edit e-Book files using C# programming language....OutputFormat property. The class has also two another properties: SplitHeadingLevel...e-book file, you may leave this property to has the default value (...

    docs.groupdocs.com/editor/net/how-to-edit-ebook/
  8. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG 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...
  9. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific Properties to extract or edit metadata System....(); // Use format-specific properties to extract or edit metadata...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  10. 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...