Skip to main content

PdfDeferredSignatureBuilder Members

Allows you to build a signature for a document hash.

Constructors

Name Description
PdfDeferredSignatureBuilder(ExternalSignerInfo, PdfSignatureFieldInfo) Initializes a new instance of the PdfDeferredSignatureBuilder class with specified settings.
PdfDeferredSignatureBuilder(ExternalSignerInfo, String) Initializes a new instance of the PdfDeferredSignatureBuilder class with specified settings.
PdfDeferredSignatureBuilder(ExternalSignerInfo) Initializes a new instance of the PdfDeferredSignatureBuilder class with specified settings.

Properties

Name Description
ApplicationName Specifies the name of the software module used to create the signature. Inherited from PdfSignatureBuilder.
CertificationLevel Specifies the signature certification level. Inherited from PdfSignatureBuilder.
ContactInfo Gets or sets the signer’s contact information. Inherited from PdfSignatureBuilder.
Location Gets or sets the signing location. Inherited from PdfSignatureBuilder.
Name Gets or sets a signer’s name. Inherited from PdfSignatureBuilder.
Reason Gets or sets the reason to apply a signature. Inherited from PdfSignatureBuilder.
SigningTime Specifies the date and time when the signature is applied. Inherited from PdfSignatureBuilder.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetImageData(Byte[]) Sets the signature’s image data. Inherited from PdfSignatureBuilder.
SetImageData(Stream) Sets the signature’s image data. Inherited from PdfSignatureBuilder.
SetImageData(String) Sets the signature’s image data. Inherited from PdfSignatureBuilder.
SetSignatureAppearance(PdfSignatureAppearance) Sets the signature appearance. Inherited from PdfSignatureBuilder.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also