Class DateSignedField
TextBoxField
Implements
Inherited Members
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DateSignedField : FormField, IFormField
Constructors
| Improve this Doc View SourceDateSignedField()
Initializes a new instance of the DateSignedField class.
Declaration
protected DateSignedField()
DateSignedField(Int32, Rectangle, Boolean, String, FontFamily, Int32, String, Boolean, Boolean, Boolean, Int32, String, String, String)
Initializes a new instance of the DateSignedField class.
Declaration
public DateSignedField(int pageNumber = null, Rectangle bounds = null, bool isRequired = null, string value = null, FontFamily font = default(FontFamily), int fontSize = null, string fontHexColor = null, bool isBoldFont = null, bool isItalicFont = null, bool isUnderLineFont = null, int lineHeight = null, string dateFormat = null, string id = null, string timeFormat = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageNumber | Gets or sets the page number. |
Rectangle | bounds | Gets or sets the bounds (required). |
System.Boolean | isRequired | Gets or sets a value indicating whether the field is required. |
System.String | value | Gets or sets the value. |
FontFamily | font | Gets or sets the font (required). |
System.Int32 | fontSize | Gets or sets the fontSize. |
System.String | fontHexColor | Gets or sets the fontHexColor. |
System.Boolean | isBoldFont | Gets or sets a value indicating whether the font style is bold. |
System.Boolean | isItalicFont | Gets or sets a value indicating whether the font style is italic. |
System.Boolean | isUnderLineFont | Gets or sets a value indicating whether the font style is underline. |
System.Int32 | lineHeight | Gets or sets the lineHeight. |
System.String | dateFormat | Gets or sets the dateFormat. |
System.String | id | Gets or sets the id. |
System.String | timeFormat | Gets or sets the timeFormat. |
DateSignedField(String, Int32, Rectangle, Boolean, String, FontFamily, Int32, String, Boolean, Boolean, Boolean, Int32, String, String)
Initializes a new instance of the DateSignedField class.
Declaration
public DateSignedField(string name = null, int pageNumber = null, Rectangle bounds = null, bool isRequired = null, string value = null, FontFamily font = default(FontFamily), int fontSize = null, string fontHexColor = null, bool isBoldFont = null, bool isItalicFont = null, bool isUnderLineFont = null, int lineHeight = null, string dateFormat = null, string timeFormat = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Gets or sets the name. |
System.Int32 | pageNumber | Gets or sets the page number. |
Rectangle | bounds | Gets or sets the bounds (required). |
System.Boolean | isRequired | Gets or sets a value indicating whether the field is required. |
System.String | value | Gets or sets the value. |
FontFamily | font | Gets or sets the font (required). |
System.Int32 | fontSize | Gets or sets the fontSize. |
System.String | fontHexColor | Gets or sets the fontHexColor. |
System.Boolean | isBoldFont | Gets or sets a value indicating whether the font style is bold. |
System.Boolean | isItalicFont | Gets or sets a value indicating whether the font style is italic. |
System.Boolean | isUnderLineFont | Gets or sets a value indicating whether the font style is underline. |
System.Int32 | lineHeight | Gets or sets the lineHeight. |
System.String | dateFormat | Gets or sets the dateFormat. |
System.String | timeFormat | Gets or sets the timeFormat. |
Properties
| Improve this Doc View SourceDateFormat
Gets or sets the DateFormat and it's only applicable for DateSigned field.
Please use the pre-defiened DateFormat.
Declaration
public string DateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeFormat
Gets or sets the TimeFormat and it's only applicable for DateSigned field.
Declaration
public string TimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the form field type.It is a read only property.
Declaration
public override FieldType Type { get; set; }
Property Value
Type | Description |
---|---|
FieldType |