[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.LinkAnnotation

LinkAnnotation Class

Represents a hypertext link.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class LinkAnnotation : AnnotationBase, IOwnedObject, IContentItem, IPdfDict
Public Class LinkAnnotation
    Inherits AnnotationBase
    Implements IOwnedObject, IContentItem, IPdfDict

Constructors

Name Description
LinkAnnotation()

Initializes a new instance of the LinkAnnotation class.

LinkAnnotation(RectangleF, ActionBase)

Initializes a new instance of the LinkAnnotation class.

LinkAnnotation(RectangleF, DestinationBase)

Initializes a new instance of the LinkAnnotation class.

Properties

Name Description
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.

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.

Highlighting

Gets or sets the annotation's highlighting mode.

Extension Methods