[]
        
(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 Action are specified, the viewer application will determine the behavior, which may be unpredictable. For consistent results, specify only one.

Border
Dest

Gets or sets the DestinationBase to be displayed when this LinkAnnotation is activated. If both Dest and Action are specified, the viewer application will determine the behavior, which may be unpredictable. For consistent results, specify only one.

Highlighting

Gets or sets the annotation's highlighting mode.

Extension Methods