Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a text watermark.
Inheritance Hierarchy
Bytescout.PDFWatermark
Bytescout.PDFTextWatermark
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The TextWatermark type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TextWatermark |
Initializes a new instance of the Bytescout.PDF.TextWatermark class.
|
Properties
| Name | Description | |
|---|---|---|
| Angle |
Gets or sets the angle of rotation of watermark text.
| |
| Brush |
Watermark brush. Default is transparent gray brush.
| |
| Font |
Gets or sets the font used to display text watermark.
| |
| Left |
Gets or sets the x-coordinate of the left edge of watermark text.
| |
| Pen |
Watermark pen. Default is null (no text outline).
| |
| Text |
Gets or sets the text of the watermark.
| |
| Top |
Gets or sets the y-coordinate of the top edge of watermark text.
| |
| WatermarkLocation |
Watermark location and orientation.
|
Methods
| Name | Description | |
|---|---|---|
| Clone | (Overrides WatermarkClone.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also