Bytescout.Watermarking
|
How to customize "Annotation" watermark preset settings while using Bytescout.Watermarking SDK for .NET developers You can also use EXIF macros to watermark images with their extended information. See this sample to view tutorial Download source code: watermarkingsdk_annotation_preset_advanced.zip (240 KB) Input image:
Output image:
using System; namespace Sample // Initialize library // Set input file name // Add image to apply watermarks to // Create new watermark // Set radius of the corners of the rectangle // Set text color // Set annotation background color // Set annotation background transparency // Set text // Set watermark font // Set watermark placement // Add watermark to watermarker // Set output directory // Set output format // Apply watermarks // open generated image file in default image viewer
installed in Windows Download source code: watermarkingsdk_annotation_preset_advanced.zip (240 KB)
Documentation online: view (separate window)
Tutorials (using different watermarking presets): Advanced Tutorials (using presets with advanced settings): |
|
|
||