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

TextVerticalAlignment

TextVerticalAlignment enumeration

Specifies text vertical alignment inside a signature.

public enum TextVerticalAlignment

Values

Name Value Description
Top 1 Specifies that the text is top aligned to the vertical alignment base.
Center 2 Specifies that the text is centered to the vertical alignment base.
Bottom 3 Specifies that the text is bottom aligned to the vertical alignment base.

See Also