[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.LinkAnnotation

Class LinkAnnotation

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

Represents a hypertext link.

public class LinkAnnotation : AnnotationBase, IOwnedObject, IContentItem, IPdfDict
Inheritance
object
LinkAnnotation
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

LinkAnnotation()

Initializes a new instance of the LinkAnnotation class.

public LinkAnnotation()

LinkAnnotation(RectangleF, ActionBase)

Initializes a new instance of the LinkAnnotation class.

public LinkAnnotation(RectangleF rect, ActionBase action)

Parameters

rect System.Drawing.RectangleF

The bounds of the LinkAnnotation on the containing page.

action ActionBase

The ActionBase to be activated when the annotation is activated.

LinkAnnotation(RectangleF, DestinationBase)

Initializes a new instance of the LinkAnnotation class.

public LinkAnnotation(RectangleF rect, DestinationBase dest)

Parameters

rect System.Drawing.RectangleF

The bounds of the LinkAnnotation on the containing page.

dest DestinationBase

The DestinationBase to be displayed when the annotation is activated.

Properties

Action

Gets or sets the ActionBase to be performed when this LinkAnnotation is activated. If both Dest and this property are specified, then this property takes precedence and will be written into the PDF file.

public ActionBase Action { get; set; }

Property Value

ActionBase

Border

public Border Border { get; set; }

Property Value

Border

Dest

Gets or sets the DestinationBase to be displayed when this LinkAnnotation is activated. If both this property and Action are specified, then Action takes precedence and will be written into the PDF file.

public DestinationBase Dest { get; set; }

Property Value

DestinationBase

Highlighting

Gets or sets the annotation's highlighting mode.

public HighlightingMode Highlighting { get; set; }

Property Value

HighlightingMode