Specifies the alignment type of signature text.
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum SignTextAlignment
Public Enumeration SignTextAlignment
public enum class SignTextAlignment
type SignTextAlignment
Members
| Member | Value | Description |
|---|---|---|
| Left | 0 |
Specifies the signature text is aligned to Left.
|
| Center | 1 |
Specifies the signature text is aligned to Center.
|
| Right | 2 |
Specifies the signature text is aligned to Right.
|