FontSize Property (PdfExportOptions.PdfWatermarkSettings)
Gets or sets the font size of the watermark text for PDF document.
'Declaration
Public Property FontSize As Single
public float FontSize {get; set;}
Property Value
A
System.Single value indicating the size of the font for the watermark text. Default is
20f
.