Accusoft.FSInvoices1.Net
SetData Method




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

Parameters

documentPageIndex
Zero-based index of the DocumentPage that contains the new data.
area
Area (in pixels) of the new data on the DocumentPage.
autoSelectLabel
Automatically select any label associated with the new data.
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