TextAlignment Enumeration

Specifies how the text is horizontally aligned relative to the watermark rectangle.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public enum TextAlignment

Members

LeftDefault. The text is aligned to the left of the watermark rectangle.
RightThe text is aligned to the right of the watermark rectangle.
CenterThe text is aligned in the horizontal center of the watermark rectangle.
JustifyThe 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.

See Also