Description Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Description of signature settings.

Namespace:  Apitron.PDF.Kit.Interactive.Forms.SignatureSettings
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

[FlagsAttribute]
public enum Description
Members

  Member nameValueDescription
None0 No one flag is set.
AllSet255 All flags are set by default.
Name1 If this flag is set then signer's common name will be shown.
Date2 If this flag is set then signing date will be shown.
Location4 If this flag is set then signer's signing location will be shown.
Reason8 If this flag is set then signer's signing reason will be shown.
DistinguishedName16 If this flag is set then distinguished name will be shown.
Labels32 If this flag is set then labels will be shown.
Logo64 If this flag is set then the Apitron logo will be shown.
See Also

Reference