Click or drag to resize

PdfSignatureAppearance Class

Provide a custom signature appearance implemation.
Inheritance Hierarchy
System Object
Spire.Pdf.Interactive.DigitalSignatures PdfSignatureAppearance

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfSignatureAppearance : IPdfSignatureAppearance

The PdfSignatureAppearance type exposes the following members.

Constructors
Name Description
Public method PdfSignatureAppearance
Initialize a new instance.
Top
Properties
Name Description
Public property ContactInfoLabel
The label of signature's contactInfo
Public property DateLabel
The label of signature's date
Public property GraphicMode
The Grapphic render/display mode.
Public property LocationLabel
The label of signature's location
Public property NameLabel
The label of The name of the person or authority signing the document.
Public property ReasonLabel
The label of signature's reason
Public property SignatureImage
the source of signature image
Public property SignImageLayout
Set or get the sign image layout.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method Generate
Generate custom signature appearance by a graphics context.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also