Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / LinkAnnotation Class / LinkAnnotation Constructor / LinkAnnotation Constructor(RectangleF,ActionBase)
The bounds of the LinkAnnotation on the containing page.
The GrapeCity.Documents.Pdf.Actions.ActionBase to be activated when the annotation is activated.

In This Topic
    LinkAnnotation Constructor(RectangleF,ActionBase)
    In This Topic
    Initializes a new instance of the LinkAnnotation class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As System.Drawing.RectangleF, _
       ByVal action As ActionBase _
    )
    public LinkAnnotation( 
       System.Drawing.RectangleF rect,
       ActionBase action
    )

    Parameters

    rect
    The bounds of the LinkAnnotation on the containing page.
    action
    The GrapeCity.Documents.Pdf.Actions.ActionBase to be activated when the annotation is activated.
    See Also