Accusoft.FSInvoices1.Net
GetArea Method (FormTable)




Gets a list of rectangular areas this table covers on the Document.
Syntax
'Declaration
 
Public Function GetArea() As List(Of DocumentArea)
'Usage
 
Dim instance As FormTable
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 table is present on.
Remarks
Each area is measured in pixels from the top left of the DocumentPage.
See Also

Reference

FormTable Class
FormTable Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback