SignImageLayout Enumeration
|
The layout determine how to display the sign image.
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum SignImageLayout
Public Enumeration SignImageLayout
public enum class SignImageLayout
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
Default.
Sign image status without any modification.
|
|
Stretch
|
1
|
Stretch the sign image.
|
See Also