[]
Represents the settings for configuring a watermark in a PDF document.
public class PdfExportOptions.PdfWatermarkSettings
Name | Description |
---|---|
PdfWatermarkSettings() |
Name | Description |
---|---|
Angle | Gets or sets the angle of the watermark text for PDF document. |
Color | Gets or sets the color of the watermark text for PDF document. |
FontName | Gets or sets the font name of the watermark text for PDF document. |
FontSize | Gets or sets the font size of the watermark text for PDF document. |
FontStyle | Gets or sets the font style of the watermark text for PDF document. |
PrintOnly | Gets or sets a value indicating whether the watermark should only be printed and not displayed on screen. |
Text | Gets or sets the text of the watermark for PDF document. |
Name | Description |
---|---|
ToString() | Returns this instance of PdfExportOptions.PdfWatermarkSettings converted to a string. |