TextHorizontalAlignment

TextHorizontalAlignment enumeration

Specifies text horizontal alignment inside a signature.

public enum TextHorizontalAlignment

Values

Name Value Description
Left 1 Specifies that the text is left aligned to the horizontal alignment base.
Center 2 Specifies that the text is centered to the horizontal alignment base.
Right 3 Specifies that the text is right aligned to the horizontal alignment base.

See Also