Skip to content

Commit a8e015e

Browse files
committed
Removed Trademark Symbol from code snippet
1 parent 102554e commit a8e015e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PdfWatermarkAnnotation watermark = new PdfWatermarkAnnotation(new RectangleF(100
2424
//Sets properties to the annotation
2525
watermark.Opacity = 0.5f;
2626
//Create the appearance of watermark
27-
watermark.Appearance.Normal.Graphics.DrawString("Imported using Essential® PDF", new PdfStandardFont(PdfFontFamily.Helvetica, 20), PdfBrushes.Red, new RectangleF(50, 50, 250, 50), new PdfStringFormat(PdfTextAlignment.Center, PdfVerticalAlignment.Middle));
27+
watermark.Appearance.Normal.Graphics.DrawString("Imported using Essential PDF", new PdfStandardFont(PdfFontFamily.Helvetica, 20), PdfBrushes.Red, new RectangleF(50, 50, 250, 50), new PdfStringFormat(PdfTextAlignment.Center, PdfVerticalAlignment.Middle));
2828
//Adds the annotation to page
2929
lpage.Annotations.Add(watermark);
3030

0 commit comments

Comments
 (0)