Back to Devexpress

PdfDeferredSignatureBuilder Members

officefileapi-devexpress-dot-pdf-dot-pdfdeferredsignaturebuilder-dot-underscore-members.md

latest5.8 KB
Original Source

PdfDeferredSignatureBuilder Members

Allows you to build a signature for a document hash.

Constructors

NameDescription
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

NameDescription
ApplicationNameSpecifies the name of the software module used to create the signature. Inherited from PdfSignatureBuilder.
CertificationLevelSpecifies the signature certification level. Inherited from PdfSignatureBuilder.
ContactInfoGets or sets the signer’s contact information. Inherited from PdfSignatureBuilder.
LocationGets or sets the signing location. Inherited from PdfSignatureBuilder.
NameGets or sets a signer’s name. Inherited from PdfSignatureBuilder.
ReasonGets or sets the reason to apply a signature. Inherited from PdfSignatureBuilder.
SigningTimeSpecifies the date and time when the signature is applied. Inherited from PdfSignatureBuilder.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

PdfDeferredSignatureBuilder Class

DevExpress.Pdf Namespace