Accusoft.FSInvoices1.Net
GetArea Method (FormTableRow)




Gets the list of rectangular areas this row covers on the Document.
Syntax
'Declaration
 
Public Function GetArea() As List(Of DocumentArea)
'Usage
 
Dim instance As FormTableRow
Dim value As List(Of DocumentArea)
 
value = instance.GetArea()
public List<DocumentArea> GetArea()
public: List<DocumentArea*>* GetArea(); 
public:
List<DocumentArea^>^ GetArea(); 

Return Value

List of DocumentArea objects; one for each DocumentPage the row is present on.
Remarks

Each area is measured in pixels from the top left of the DocumentPage.

See Also

Reference

FormTableRow Class
FormTableRow Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback