[]
Initializes a new instance of the LinkAnnotation class.
public LinkAnnotation()
Public Sub New()
Initializes a new instance of the LinkAnnotation class.
public LinkAnnotation(RectangleF rect, DestinationBase dest)
Public Sub New(rect As RectangleF, dest As DestinationBase)
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)
Public Sub New(rect As RectangleF, action As ActionBase)
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. |