| Name | Description | Type | Additional information |
|---|---|---|---|
| ControlHtmlData |
This will return Html data of control. |
string |
None. |
| ControlHtmlID |
This will return Html Id of control. |
string |
None. |
| IntControlId |
Get/Set the Integration Control html id passed by user |
string |
None. |
| ControlID |
This will return Contol Id. |
globally unique identifier |
None. |
| DocumentID |
This will return Document Id. |
GUID |
None. |
| GroupName |
This will return Group name. |
string |
None. |
| Height |
This will return height of the control. |
integer |
None. |
| ID |
This will return Control Id. |
globally unique identifier |
None. |
| Label |
This will return label text |
string |
None. |
| PageNo |
This will return page number for the control. |
integer |
None. |
| DocumentPageNo |
This will return document page number for the control. |
integer |
None. |
| RecipientID |
This will return Recipient Id. |
GUID |
None. |
| MappedTemplateControlID |
This will return Recipient Id. |
globally unique identifier |
None. |
| Required |
This will return flag whether control is required or not. |
boolean |
None. |
| SenderControlValue |
Get or Set Control Value Of Sender. |
string |
None. |
| Width |
This will return width of the control. |
integer |
None. |
| XCoordinate |
This will return X Coordinate of the control. |
integer |
None. |
| YCoordinate |
This will return Y Coordinate of the control. |
integer |
None. |
| ZCoordinate |
This will return Z Coordinate of the control. |
integer |
None. |
| ControlValue |
This will return the provided control value. |
string |
None. |
| RecipientName |
This will return Recipient name. |
string |
None. |
| MaxLength |
This will return maximum length of the control text. |
string |
None. |
| TextType |
This will return text type of the control. |
string |
None. |
| controlStyleDetails |
This will return control style details. |
Collection of ControlStyleDetails |
None. |
| ControlStyle |
This will return control style. |
ControlStyleDetails |
None. |
| SelectControlOptions |
This will return select control option details. |
Collection of SelectControlOptionDetails |
None. |
| DependentFields |
This will return conditional Rule. |
Collection of DependentFieldsPOCO |
None. |
| LeftIndex |
This will return left index of the control. |
decimal number |
None. |
| TopIndex |
This will return Top index of the control. |
decimal number |
None. |
| OrignalPageFormat | string |
None. |
|
| Size | string |
None. |
|
| ConditionalControlsDetails |
Get/Set controls child conditional control and parent with rules if any. |
ConditionalControlsDetailsNew |
None. |
| ControlType | globally unique identifier |
None. |
|
| IsDefaultRequired | boolean |
None. |
|
| CustomToolTip | string |
None. |
|
| TabIndex | integer |
None. |
|
| FontTypeMeasurement | string |
None. |
|
| SignatureControlValue | Collection of byte |
None. |
|
| IsFixedWidth | boolean |
None. |
|
| IsHideTextWithAsterisk | boolean |
None. |