TextWatermarkLocation Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the text watermark location and orientation.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Custom | 0 | ||
| Top | 1 | ||
| Bottom | 2 | ||
| Center | 3 | ||
| VerticalFromTopToBottom | 4 | ||
| VerticalFromBottomToTop | 5 | ||
| DiagonalFromTopLeftToBottomRight | 6 | ||
| DiagonalFromBottomLeftToTopRight | 7 | ||
| Tiled | 8 |
See Also