Interface IFormField
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public interface IFormField
Properties
| Improve this Doc View SourceBounds
Gets or Sets bounds of the form field.
Declaration
Rectangle Bounds { get; set; }
Property Value
Type | Description |
---|---|
Rectangle |
CharacterLimit
Gets or sets the character limit.
Declaration
int CharacterLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets or sets the line height. |
Font
Gets or Sets font name for the content in form field.
Declaration
FontFamily Font { get; set; }
Property Value
Type | Description |
---|---|
FontFamily |
FontHexColor
Gets or sets the font color in hex code.
Declaration
string FontHexColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the name. |
FontSize
Gets or sets the font size.
Declaration
int FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets or sets the page number. |
Id
Gets or Sets form field id.
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsBoldFont
Gets or sets a value indicating whether the font style is bold.
Declaration
bool IsBoldFont { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Gets or sets a value indicating whether is required. |
IsItalicFont
Declaration
bool IsItalicFont { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequired
Gets or sets a value indicating whether the field is required.
Declaration
bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Gets or sets a value indicating whether is required. |
IsUnderLineFont
Gets or sets a value indicating whether the font style is underline.
Declaration
bool IsUnderLineFont { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Gets or sets a value indicating whether is required. |
LineHeight
Gets or sets the line height for the contents in form field.
Declaration
int LineHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets or sets the page number. |
Name
Gets or sets the form field name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the name. |
PageNumber
Gets or sets the page number.
Declaration
int PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets or sets the page number. |
Type
Gets or Sets form field type.
Declaration
FieldType Type { get; set; }
Property Value
Type | Description |
---|---|
FieldType |
Value
Gets or sets the Value to be set to the form field (if required).
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the value. |