[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.LinkAnnotation.-ctor

LinkAnnotation Constructor

LinkAnnotation()

Initializes a new instance of the LinkAnnotation class.

Declaration
public LinkAnnotation()
Public Sub New()

LinkAnnotation(RectangleF, DestinationBase)

Initializes a new instance of the LinkAnnotation class.

Declaration
public LinkAnnotation(RectangleF rect, DestinationBase dest)
Public Sub New(rect As RectangleF, dest As DestinationBase)
Parameters
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.

LinkAnnotation(RectangleF, ActionBase)

Initializes a new instance of the LinkAnnotation class.

Declaration
public LinkAnnotation(RectangleF rect, ActionBase action)
Public Sub New(rect As RectangleF, action As ActionBase)
Parameters
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.