'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.