Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

GroupDocs.Watermark for .NET 24.5 (DLLs only)

Download   Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 150.22MB
  • Date Added:
  • 29/5/2024

Description

This ZIP file contains only the GroupDocs.Watermark for .NET 24.5 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Watermark for .NET without the MSI installer. This ZIP download does not contain the demo projects.

File Details

Unleash the power of custom fonts in your C# and VB.NET applications with GroupDocs.Watermark for .NET 24.5 (DLLs only)! This update expands the functionality of using custom fonts for spreadsheets, Word documents, and diagrams.

Extended Custom Font Functionality

Take document security and aesthetics to the next level with custom fonts using the latest C# watermarking apps API release. This version broadens support for incorporating user-defined TrueType fonts within spreadsheets, word-processing documents, and diagrams. The following C# code example shows how to incorporate custom fonts into spreadsheets, but you can also use this functionality with Word documents and diagrams.



    var fontsFolder = @"c:\CustomFonts\";
    using (Watermarker watermarker = new Watermarker("sample.xlsx"))
    {
        // Initialize the font to be used for watermark
        Font font = new Font("CustomFontName", fontsFolder, 36);

        // Create the watermark object
        TextWatermark watermark = new TextWatermark("Test watermark", font);

        // Set watermark properties
        watermark.ForegroundColor = Color.Blue;                
        watermark.Opacity = 0.5;

        watermark.X = 10;
        watermark.Y = 10;

        // Add watermark
        watermarker.Add(watermark);

        watermarker.Save("result.xlsx");
    }

Source*

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting GroupDocs.Watermark for .NET 24.5 Release Notes.

 English