[]
Initializes a new instance of the LinkAnnotation class.
public LinkAnnotation()
Initializes a new instance of the LinkAnnotation class.
public LinkAnnotation(RectangleF rect, DestinationBase dest)
| Type | Name | Description |
|---|---|---|
| RectangleF | rect | The bounds of the LinkAnnotation on the containing page. |
| DestinationBase | dest | The DestinationBase to be displayed when the annotation is activated. |
Initializes a new instance of the LinkAnnotation class.
public LinkAnnotation(RectangleF rect, ActionBase action)
| Type | Name | Description |
|---|---|---|
| RectangleF | rect | The bounds of the LinkAnnotation on the containing page. |
| ActionBase | action | The ActionBase to be activated when the annotation is activated. |