WriteInConfig

WriteInConfig class

Represents Write-In element. Used for handwriten fields. Upon recognition clipped as picture and placed in folder.

public class WriteInConfig : BaseConfig

Constructors

NameDescription
WriteInConfig()The default constructor.

Properties

NameDescription
Adaptive { get; set; }Set drawing behavior to adaptive. Adaptive behavior draw writeIn based on parent height
Color { get; set; }The color of the Hint
FontFamily { get; set; }The font family of the Hint
FontSize { get; set; }The size of the Hint font
FontStyle { get; set; }The style of the Hint
Hint { get; set; }Text after write-in area. By default used “write-in”
override Name { get; set; }Name of Write-In area and name of picture when recognized.
Required { get; set; }Is clipping of write-in field required
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also