TextAlignment Enumeration
Specifies how the text is horizontally aligned relative to the watermark rectangle.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public enum TextAlignment
Public Enumeration TextAlignment
Left | Default. The text is aligned to the left of the watermark rectangle. |
Right | The text is aligned to the right of the watermark rectangle. |
Center | The text is aligned in the horizontal center of the watermark rectangle. |
Justify | The text is justified, i.e. spaced out to line up its left and right edges to the left and right edges of the watermark rectangle, except for the last line. |