FontStyle Property (PdfExportOptions.PdfWatermarkSettings)
In This Topic
Gets or sets the font style of the watermark text for PDF document.
Syntax
'Declaration
Public Property FontStyle As FontStyle
public FontStyle FontStyle {get; set;}
Property Value
A
System.Drawing.FontStyle value indicating the style of the font for the watermark text. Default is
System.Drawing.FontStyle.Regular.
See Also