1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain
  6. /
  7. TextHorizontalAlignment

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