Table of Contents

Enum ResizeOptions

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

Resize options.

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

Fields

[EnumMember(Value = "AutoResizeFont")] AutoResizeFont = 4

Fixed auto resize option.

[EnumMember(Value = "Fixed")] Fixed = 3

Fixed size option.

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

Grow both Horizontally and Vertically.

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

Grows Horizontally.

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

Grows Vertically.