Bytescout.Watermarking
|
Bytescout.Watermarking SDK library
for .NET
How to add transparent visual text watermark in ASP.NET web-application using Bytescout.Watermarking SDK for .NET This sample demonstrates how to add simple transparent text watermark to the image file using Bytescout.Watermarking SDK for .NET with ASP.NET Download source code: watermarkingsdk_asp_net.zip (240 KB) Input image:
Output image (as seen in browser):
To use Bytescout.Watermarking.SDK in ASP.NET project just do the following: 1) Run Visual Studio 2005
2) Create new "Web-Site" project using Project Wizard 3) Click "Website" menu and then "Add Reference" command in this menu 4) "Add Reference" dialog will appear. Select "Bytescout.Watermarking.dll" and click OK to add a reference to Bytescout.Watermarking SDK component 5) Then copy and paste the following code into the "Default.aspx.cs" file (see below) using System; public partial class _Default : System.Web.UI.Page // Initialize library // Add image to apply watermarks to // Create new watermark // Set watermark text // Add watermark to watermarker Download source code: watermarkingsdk_asp_net.zip (240 KB) Quick Start tutorials:
Tutorials (Presets): Advanced Tutorials (using presets with advanced settings): |
|
|
||