Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,613 for

values

(0.11 sec)
  1. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented as customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....are optional, have default values and can be omitted. Now, let’s...you to specify the following values: Diagonal, TopLeft, TopCenter...

    blog.groupdocs.com/viewer/protect-your-document...
  2. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....dictionary item with an integer value. The following example demonstrates...dictionary items having integer values. The “maxSpots” defines the...

    docs.groupdocs.com/redaction/java/use-advanced-...
  3. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....contains the comma-separated values, normally used to store tabular...contains the comma-separated values, normally used to store tabular...

    blog.groupdocs.com/categories/groupdocs.convers...
  4. Specify rendering options for CAD files | Group...

    Render CAD files (DWG, DXF, etc.) to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer's options.... Values between 0 and 1 decrease the...the image size, and values greater than 1 increase the image....

    docs.groupdocs.com/viewer/python-net/specify-ca...
  5. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET.... The enum has both atomic values that are responsible for a...message, as well as combined values, like Common and All . It is...

    docs.groupdocs.com/editor/net/edit-email/
  6. Sign documents with encrypted metadata text | G...

    This article explains how to create encrypted Metadata electronic signature with GroupDocs.Signature API...following values ( ), string value key and string value salt. Here...steps to secure Metadata string values with standard encryption with...

    docs.groupdocs.com/signature/java/sign-document...
  7. Basic Template Syntax - Expression Tags and Fie...

    Introduction to basic template syntax including expression tags and simple field access in templates....enabling you to output data values and perform calculations. The...replaced with their computed values. Basic Expression Tags Expression...

    docs.groupdocs.com/assembly/net/basic-usage-tem...
  8. Download and Explore GroupDocs.Comparison for ....

    GroupDocs team Values our users’ time. GroupDocs.Comparison for .NET Visual Studio plugin helps our valuable users to download and compile source code examples. It reduces the time and efforts required to locate source code examples and GroupDocs.Comparison library from different resources. The plugin performs all the tasks required to try out GroupDocs.Comparison examples automatically. All you have to do is: Install the plugin and launch the wizard installed by the plugin....GroupDocs team values our users’ time. GroupDocs.Comparison for...

    blog.groupdocs.com/comparison/download-explore-...
  9. Adding text watermarks | GroupDocs

    Add text watermarks to pages, worksheets, slides or frames using Python via .NET.... Values are measured in default document...margins using MarginType , where values are interpreted as a portion...

    docs.groupdocs.com/watermark/python-net/adding-...
  10. How to work with Metadata tags

    Explain how to work with Metadata tags...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } Adding Metadata...

    blog.groupdocs.com/metadata/how-to-work-with-tag/