Enum which specifies what to display in the Text region in a SignatureAppearance.
Namespace: TallComponents.PDF.Annotations.WidgetsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
[FlagsAttribute] public enum DisplaySettings |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DisplaySettings |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Displays non of the proerties. | |
| Name | 1 | Display the name property. | |
| DistinguishedName | 2 | Display the distinguished name property. | |
| Reason | 4 | Display the reason property. | |
| Location | 8 | Display the location property. | |
| Date | 16 | Display the date property. | |
| Labels | 32 | Display labels in front of the other properties. | |
| All | 63 | Displays all the properties including labels. |