Modes to determine what and how to dispay the signature infomation.
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
Public Enumeration GraphicMode
public enum class GraphicMode
Members
|
Member name
|
Value
|
Description
|
|
SignDetail
|
0
|
Default dispaly model.
Display signature details including signer,location,date,contact infomation and reason.
|
|
SignImageOnly
|
1
|
Only display the signature image.
|
|
SignNameOnly
|
2
|
Only display the sign name.
|
|
SignNameAndSignDetail
|
3
|
Diaply sign name and signature details.
|
|
SignImageAndSignDetail
|
4
|
Diaply signature image and signature details.
|
See Also