[]
Initializes a new instance of the C1HyperlinkInfo.Area class.
public Area(int pageIndex, Region region)
Public Sub New(pageIndex As Integer, region As Region)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The 0-based index of the page. |
| Region | region | The region on the page. |
Initializes a new instance of the C1HyperlinkInfo.Area class.
public Area(int pageIndex, RectangleD rect)
Public Sub New(pageIndex As Integer, rect As RectangleD)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The 0-based index of the page. |
| RectangleD | rect | The rectangle on the page. |
Initializes a new instance of the C1HyperlinkInfo.Area class.
public Area(int pageIndex, Rectangle rect)
Public Sub New(pageIndex As Integer, rect As Rectangle)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The 0-based index of the page. |
| Rectangle | rect | The rectangle on the page. |