|
|
This tutorial demonstrates how to add a red text (watermark) to a photo file using .NET built-in functionality without any 3rd party components and libraries (like our Watermarking SDK) in Visual Basic.NET Download source code for this example: HowToAddWatermarkToImageInDotNetWithout3rdPartyTools_vb.zip (300 KB) Input image:
Output image:
Imports System.Diagnostics Module Module1 Sub Main() ' Load image End Module Download source code for this example: HowToAddWatermarkToImageInDotNetWithout3rdPartyTools_vb.zip (300 KB)
Check Bytescout.Watermarking SDK for .NET to add more attractive watermarks with ready-to-use customizable presets |
|
|
||