Sets a new label for this field.
Syntax
'Declaration
Public Sub SetLabel( _
ByVal As Integer, _
ByVal As Rectangle, _
ByVal As Boolean _
)
'Usage
Dim instance As FormField
Dim documentPageIndex As Integer
Dim area As Rectangle
Dim autoSelectData As Boolean
instance.SetLabel(documentPageIndex, area, autoSelectData)
public void SetLabel(
int ,
Rectangle ,
bool
)
public: void SetLabel(
int ,
Rectangle ,
bool
)
public:
void SetLabel(
int ,
Rectangle ,
bool
)
Parameters
- documentPageIndex
- Zero-based index of the DocumentPage that contains the new label.
- area
- Area (in pixels) of the new label on the DocumentPage.
- autoSelectData
-
Automatically select any data associated with the new label.
Exceptions
See Also