[]
Initializes a new instance of the C1HyperlinkInfo.Area class.
public Area(int pageIndex, Region 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)
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)
Type | Name | Description |
---|---|---|
int | pageIndex | The 0-based index of the page. |
Rectangle | rect | The rectangle on the page. |