Skip to main content
All docs
V23.2

PdfSignatureAppearance Members

Contains signature appearance options.

Constructors

Name Description
PdfSignatureAppearance() Initializes a new instance of the PdfSignatureAppearance class.

Properties

Name Description
AppearanceType Gets or sets the type of a graphic displayed on the left side of the signature.
ApplicationVersion Gets or sets the version of the application used to sign the document.
DateTimeFormat Gets or sets the date and time format for the signing time.
RightToLeftTextDirection Gets or sets whether the text direction is right-to-left.
ShowDate Gets or sets whether to show the date (specified by the PdfSignatureBuilder.SigningTime property) in signature details.
ShowDistinguishedName Gets or sets whether to show the distinguished name (retrieved from the certificate) in signature details.
ShowLabels Gets or sets whether to show a label for each item in signature details.
ShowLocation Gets or sets whether to show the signing location (specified by the PdfSignatureInfo.Location property) in signature details.
ShowName Gets or sets whether to show the signer name (specified by the PdfSignatureBuilder.Name or in the certificate) in signature details.
ShowReason Gets or sets whether to show the reason why the signature is applied (specified by the PdfSignatureBuilder.Reason property) in signature details.
SignatureDetailsFont Gets or sets the font settings for the signature details.
SignatureNameFont Gets or sets the font settings for the signature name (appears on the left side of the signature).

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.
SetBackgroundImageData(Byte[]) Sets the signature’s background image data.
SetBackgroundImageData(Stream) Sets the signature’s background image data.
SetBackgroundImageData(String) Sets the signature’s background image data.
SetImageData(Byte[]) Sets the signature’s image data.
SetImageData(Stream) Sets the signature’s image data.
SetImageData(String) Sets the signature’s image data.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also