Enum which specifies what to display in the Text region in a SignatureAppearance.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| None | Displays non of the proerties. | 0 |
| Name | Display the name property. | 1 |
| DistinguishedName | Display the distinguished name property. | 2 |
| Reason | Display the reason property. | 4 |
| Location | Display the location property. | 8 |
| Date | Display the date property. | 16 |
| Labels | Display labels in front of the other properties. | 32 |
| All | Displays all the properties including labels. | 63 |
Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)
TallComponents.PDF.Annotations.Widgets Namespace