PrintOnly Property (PdfExportOptions.PdfWatermarkSettings)
Gets or sets a value indicating whether the watermark should only be printed and not displayed on screen.
'Declaration
Public Property PrintOnly As Boolean
public bool PrintOnly {get; set;}
Property Value
A
System.Boolean value.
true
if the watermark should only be printed; otherwise,
false
.