1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain
  6. /
  7. MetadataType enumeration

MetadataType enumeration

MetadataType enumeration

Specifies the supported Metadata signature data type of the value.

The MetadataType type exposes the following members:

Fields

Field Description
UNDEFINED Value type is undefined.
BOOLEAN Value is Boolean type.
INTEGER Value is integer type.
DOUBLE Value is Double type.
DATE_TIME Value is DateTime type.
STRING Value is string type.

See Also