[]
        
(Showing Draft Content)

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

LinkAnnotation Constructor

LinkAnnotation()

Initializes a new instance of the LinkAnnotation class.

Declaration
public LinkAnnotation()

LinkAnnotation(RectangleF, DestinationBase)

Initializes a new instance of the LinkAnnotation class.

Declaration
public LinkAnnotation(RectangleF rect, DestinationBase dest)
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)
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.