AddItem | Adds the item to the list. No duplicate items are allowed. |
GetItem | Gets the item from the items list with a given index. |
IndexOf | Gets the index of an item. |
Remove | Removes the item from the list. |
SetBorderLineWidth | Represents setting the width of the border. |
BackgroundColor | Gets or sets the fill/background color of a form field. |
BorderColor | Gets or sets the border color of a form field. |
BorderStyle | Gets or Sets the BorderStyle. |
Count | Gets the number of items available in the item list. |
DefaultChoice | Gets or sets the default choice of a choice field. The choice set should be one of the items in the item list. If not set, the last item will be the default choice. |
Editable | Gets or sets the editable state of a combo box. If set, the combo box includes an editable text box as well as a drop list; if clear, it includes only a drop list. |
ExportValue | Gets or sets the export value. |
FontSize | Gets or sets the font size for the form field. |
Height | Gets or sets the height for the field. |
ID | Gets or sets the ID of the form field. |
MappingName | Gets or sets the ID of the form field. |
Name | Gets or sets the name of a form field. |
NoExport | Gets or sets the export state for the field. If set, the field will not be exported by a submit-form action. |
Printable | Gets or sets the form field printable on pdf. By default its true. |
ReadOnly | Gets or sets the read only property status of the form field. |
Required | Gets or sets the value specifying the required state of a field. If set, the field must have a value at the time it is exported by a submit-form action. |
Rotate | Gets or sets the angle of a form field. Default is 0. Effective entries are 90, 180 and 270. |
TextColor | Gets or sets the color of the text for the field. |
ToolTip | Gets or sets an alternate field name of a form field. |
Visible | Gets or sets the form field visibility on the pdf. By default its true. |
Width | Gets or sets the width of a form field. |
X | Gets or sets the X coordinate of a form field. |
Y | Gets or sets the Y coordinate of a form field. |
© Copyright 2007, ceTe Software