Table of Contents

Enum SignatureType

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

Represents the field SignatureType options.

[JsonConverter(typeof(StringEnumConverter))]
public enum SignatureType

Fields

[EnumMember(Value = "Draw")] Draw = 1

Draw flag.

[EnumMember(Value = "Image")] Image = 2

Image flag.

[EnumMember(Value = "Text")] Text = 0

Text flag.