Back to Devexpress

PdfSignatureOptions Members

corelibraries-devexpress-dot-xtraprinting-dot-pdfsignatureoptions-dot-underscore-members.md

latest4.2 KB
Original Source

PdfSignatureOptions Members

Contains the settings to apply an X.509 certificate to the resulting PDF file to digitally sign the document.

Constructors

NameDescription
PdfSignatureOptions()Initializes a new instance of the PdfSignatureOptions class with the default settings.

Properties

NameDescription
CertificateSpecifies an X.509 certificate of PdfSignatureOptions.
ContactInfoSpecifies the contact information of the person in charge of the certificate.
DefaultHashAlgorithm staticSpecifies the default hash algorithm to be used in PDF documents generated within the application.
HashAlgorithmSpecifies the hash algorithm to be used in a PDF document.
ImageSourceGets or sets an image to display in the visual signature field of a digitally signed PDF document.
LocationSpecifies the certificate’s location.
ReasonSpecifies the reason for encrypting the file.

Methods

NameDescription
Assign(PdfSignatureOptions)Copies all the settings from the PdfSignatureOptions object passed as the parameter.
Clone()Creates a copy of the current PdfSignatureOptions object.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether or not the specified object is equal to the current PdfSignatureOptions instance.
GetHashCode()Serves as the default hash function.
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.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfSignatureOptions Class

DevExpress.XtraPrinting Namespace