Modes to determine what and how to dispay the signature infomation.
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 GraphicMode
Public Enumeration GraphicMode
public enum class GraphicMode
type GraphicMode
Members
| Member | 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.
|