Click or drag to resize

GraphicMode Enumeration

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 enum 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