1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain
  6. /
  7. MetadataType

MetadataType

MetadataType enumeration

Specifies the supported Metadata signature data type of the value.

public enum MetadataType

Values

Name Value Description
Undefined 0 Value type is undefined.
Boolean 1 Value is Boolean type.
Integer 2 Value is integer type.
Double 3 Value is Double type.
DateTime 4 Value is DateTime type.
String 5 Value is string type.

See Also