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 | Method represents setting the width of the border for the list box. |
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 item in the item list. If not the last item will be the default choice. |
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 form field. |
ID | Gets or sets the ID of the form field. |
MappingName | Gets or sets the mapping name of the form field. |
Multiselect | Gets or sets the multiselect flag status of list box. If set, more than one of the field??s option items may be selected simultaneously. If clear, no more than one item at a time may be selected. |
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. |
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 form 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 for the 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