Accusoft.FSInvoices1.Net - Updated
DocumentArea Constructor




Accusoft.FSInvoices Namespace > DocumentArea Class : DocumentArea Constructor
Zero-based index of the DocumentPage that contains the area.
Area on the specified DocumentPage.
Initializes a new instance of the DocumentArea class with provided attributes.
Syntax
'Declaration
 
Public Function New( _
   ByVal documentPageIndex As Integer, _
   ByVal area As Rectangle _
)
'Usage
 
Dim documentPageIndex As Integer
Dim area As Rectangle
 
Dim instance As New DocumentArea(documentPageIndex, area)
public DocumentArea( 
   int documentPageIndex,
   Rectangle area
)
public: DocumentArea( 
   int documentPageIndex,
   Rectangle area
)
public:
DocumentArea( 
   int documentPageIndex,
   Rectangle area
)

Parameters

documentPageIndex
Zero-based index of the DocumentPage that contains the area.
area
Area on the specified DocumentPage.
See Also

Reference

DocumentArea Class
DocumentArea Members