HorizontalAlignment Enumeration |
Specifies horizontal alignment of element on a document page.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic enum HorizontalAlignment
Public Enumeration HorizontalAlignment
public enum class HorizontalAlignment
Members
| Member name | Value | Description |
---|
| None | 0 |
The object is explicitly positioned, usually using its Left property.
|
| Left | 1 |
Specifies that the object shall be left aligned to the horizontal alignment base.
|
| Center | 2 |
Specifies that the object shall be centered with respect to the horizontal alignment base.
|
| Right | 3 |
Specifies that the object shall be right aligned to the horizontal alignment base.
|
See Also