|
|
This tutorial demonstrates how to add a red text (watermark) to the photo file using .NET built-in functionality without any 3rd party components and libraries (like our Watermarking SDK) in ASP.NET web-application Download source code for this example: HowToAddWatermarkToImageInDotNetWithout3rdPartyTools_asp.zip (300 KB) Input image:
Output image:
using System; public partial class _Default : System.Web.UI.Page // clear http output Response.End(); Download source code for this example: HowToAddWatermarkToImageInDotNetWithout3rdPartyTools_asp.zip (300 KB)
Check Bytescout.Watermarking SDK for .NET to add more attractive watermarks with ready-to-use customizable presets |
|
|
||