TextWatermark.Font Property
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Gets or sets the font to use for the text watermark. Default is "Helvetica, 12pt" (if the text has any CJK characters then a CJK font will be used instead).
public Font Font { get; set; }
Property Value
- Font
Examples
caller
A GleamTech.Drawing.Font parameter/property can be implicitly (automatically) cast from/to other image libraries:
- System.Drawing.Font
- SixLabors.Fonts.Font
- SkiaSharp.SKFont
- Microsoft.Maui.Graphics.Font