SignTextAlignment Enumeration
|
Specifies the alignment type of signature text.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum SignTextAlignment
Public Enumeration SignTextAlignment
public enum class SignTextAlignment
Members
|
Member name
|
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.
|
See Also