Link Search Menu Expand Document

LinkAnnotation Class

Represents a link annotation.
Inheritance Hierarchy
SystemObject
Bytescout.PDFAnnotation
Bytescout.PDFLinkAnnotation

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class LinkAnnotation : Annotation

The LinkAnnotation type exposes the following members.

Constructors
NameDescription
Public methodLinkAnnotation(Action, RectangleF)
Initializes a new instance of the Bytescout.PDF.LinkAnnotation class.
Public methodLinkAnnotation(Destination, RectangleF)
Initializes a new instance of the Bytescout.PDF.LinkAnnotation class.
Public methodLinkAnnotation(Action, Single, Single, Single, Single)
Initializes a new instance of the Bytescout.PDF.LinkAnnotation class.
Public methodLinkAnnotation(Destination, Single, Single, Single, Single)
Initializes a new instance of the Bytescout.PDF.LinkAnnotation class.
Top
Properties
NameDescription
Public propertyAction
Gets or sets the action for this outline.
Remarks
If this value is set, the Destination property will be ignored.
Public propertyBorders
Set borders radius for link annotation, 3 values as RectangleF(x1,x2, x3, xIgnored) where x1 is horizontal radius, x2 is vertical radius, x3 is a border width To remove borders set all values to zero so it will be .Borders = new RectangleF(0,0,0,0); By default no brders radius is defined, and most readers are drawing rectangles around links deciding on their own.
Public propertyColor
Gets or sets the color of this annotation.
Public propertyDestination
Gets or sets the annotation destination to jump to.
Remarks
If this value is set, the Action property will be ignored.
Public propertyHeight
Gets or sets the height of this annotation.
Public propertyHidden
Gets or sets a value indicating whether this annotation is hidden.
(Inherited from Annotation.)
Public propertyHighlightingMode
Gets or sets a value indicating which visual effect is to be used when the mouse button is pressed or held down inside its active area.
Public propertyInvisible
Gets or sets a value indicating whether this annotation is invisible.
(Inherited from Annotation.)
Public propertyLeft
Gets or sets the x-coordinate of the left edge of this annotation.
Public propertyLocked
Gets or sets a value indicating whether this annotation is locked.
(Inherited from Annotation.)
Public propertyLockedContents
Gets or sets a value indicating whether to allow the contents of the annotation to be modified by the user.
(Inherited from Annotation.)
Public propertyNoRotate
Gets or sets a value indicating whether to rotate the annotation's appearance to match the rotation of the page.
(Inherited from Annotation.)
Public propertyNoView
Gets or sets a value indicating whether to display the annotation on the screen and allow it to interact with the user.
(Inherited from Annotation.)
Public propertyNoZoom
Gets or sets a value indicating whether to scale the annotations's appearance to match the magnification of the page.
(Inherited from Annotation.)
Public propertyPrint
Gets or sets a value indicating whether this annotation gets printed when the page is printed.
(Inherited from Annotation.)
Public propertyReadOnly
Gets or sets a value indicating whether to allow the annotation to interact with the user.
(Inherited from Annotation.)
Public propertyToggleNoView
Gets or sets a value indicating whether to invert the interpretation of the annotation property for certain events.
(Inherited from Annotation.)
Public propertyTop
Gets or sets the y-coordinate of the top edge of this annotation.
Public propertyType
Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
(Overrides AnnotationType.)
Public propertyWidth
Gets or sets the width of this annotation.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference