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