TextVerticalAlignment Enumeration |
Specifies text vertical alignment inside a signature.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic enum TextVerticalAlignment
Public Enumeration TextVerticalAlignment
public enum class TextVerticalAlignment
type TextVerticalAlignment
Members
| Member 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