WatermarkDirection
The watermark direction.
Type
Enumeration
Values
- "horizontal"
- "clockwise45"
- "counterclockwise45"
- "clockwise90"
- "counterclockwise90"
Example
In this example sets the direction of the watermark within the document.
- Code
- Result
// How to set a watermark direction.
// Set direction in watermark settings to "clockwise45".
watermarkSettings.SetDirection("clockwise45");