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

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

    Parameters

    rect
    The bounds of the LinkAnnotation on the containing page.
    dest
    The GrapeCity.Documents.Pdf.DestinationBase to be displayed when the annotation is activated.
    See Also