[]
        
(Showing Draft Content)

C1.C1Preview.C1HyperlinkInfo.Area.-ctor

Area Constructor

Area(int, Region)

Initializes a new instance of the C1HyperlinkInfo.Area class.

Declaration
public Area(int pageIndex, Region region)
Parameters
Type Name Description
int pageIndex

The 0-based index of the page.

Region region

The region on the page.

Area(int, RectangleD)

Initializes a new instance of the C1HyperlinkInfo.Area class.

Declaration
public Area(int pageIndex, RectangleD rect)
Parameters
Type Name Description
int pageIndex

The 0-based index of the page.

RectangleD rect

The rectangle on the page.

Area(int, Rectangle)

Initializes a new instance of the C1HyperlinkInfo.Area class.

Declaration
public Area(int pageIndex, Rectangle rect)
Parameters
Type Name Description
int pageIndex

The 0-based index of the page.

Rectangle rect

The rectangle on the page.