Accusoft.FSInvoices1.Net
SetLabel Method




Zero-based index of the DocumentPage that contains the new label.
Area (in pixels) of the new label on the DocumentPage.
Automatically select any data associated with the new label.
Sets a new label for this field.
Syntax
'Declaration
 
Public Sub SetLabel( _
   ByVal documentPageIndex As Integer, _
   ByVal area As Rectangle, _
   ByVal autoSelectData 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 documentPageIndex,
   Rectangle area,
   bool autoSelectData
)
public: void SetLabel( 
   int documentPageIndex,
   Rectangle area,
   bool autoSelectData
) 
public:
void SetLabel( 
   int documentPageIndex,
   Rectangle area,
   bool autoSelectData
) 

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
ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown when the documentPageIndex argument is out of range.
System.ArgumentExceptionThrown when the area argument runs off the specified DocumentPage.
See Also

Reference

FormField Class
FormField Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback