officefileapi-devexpress-dot-pdf-dot-pdfsignatureappearance-dot-underscore-properties.md
Contains signature appearance options.
| 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). |
See Also