Back to Devexpress

PdfSignatureAppearance Members

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

latest5.9 KB
Original Source

PdfSignatureAppearance Members

Contains signature appearance options.

Constructors

NameDescription
PdfSignatureAppearance()Initializes a new instance of the PdfSignatureAppearance class.

Properties

NameDescription
AppearanceTypeGets or sets the type of a graphic displayed on the left side of the signature.
ApplicationVersionGets or sets the version of the application used to sign the document.
DateTimeFormatGets or sets the date and time format for the signing time.
RightToLeftTextDirectionGets or sets whether the text direction is right-to-left.
ShowDateGets or sets whether to show the date (specified by the PdfSignatureBuilder.SigningTime property) in signature details.
ShowDistinguishedNameGets or sets whether to show the distinguished name (retrieved from the certificate) in signature details.
ShowLabelsGets or sets whether to show a label for each item in signature details.
ShowLocationGets or sets whether to show the signing location (specified by the PdfSignatureInfo.Location property) in signature details.
ShowNameGets or sets whether to show the signer name (specified by the PdfSignatureBuilder.Name or in the certificate) in signature details.
ShowReasonGets or sets whether to show the reason why the signature is applied (specified by the PdfSignatureBuilder.Reason property) in signature details.
SignatureDetailsFontGets or sets the font settings for the signature details.
SignatureNameFontGets or sets the font settings for the signature name (appears on the left side of the signature).

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.
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

PdfSignatureAppearance Class

DevExpress.Pdf Namespace