LinkAnnotation Properties
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The LinkAnnotation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Action | Gets or sets the action for this outline. Remarks | |
Borders | 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. | |
Color | Gets or sets the color of this annotation. | |
Destination | Gets or sets the annotation destination to jump to. Remarks | |
Height | Gets or sets the height of this annotation. | |
Hidden | Gets or sets a value indicating whether this annotation is hidden. (Inherited from Annotation.) | |
HighlightingMode | 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. | |
Invisible | Gets or sets a value indicating whether this annotation is invisible. (Inherited from Annotation.) | |
Left | Gets or sets the x-coordinate of the left edge of this annotation. | |
Locked | Gets or sets a value indicating whether this annotation is locked. (Inherited from Annotation.) | |
LockedContents | Gets or sets a value indicating whether to allow the contents of the annotation to be modified by the user. (Inherited from Annotation.) | |
NoRotate | Gets or sets a value indicating whether to rotate the annotation's appearance to match the rotation of the page. (Inherited from Annotation.) | |
NoView | 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.) | |
NoZoom | Gets or sets a value indicating whether to scale the annotations's appearance to match the magnification of the page. (Inherited from Annotation.) | |
Gets or sets a value indicating whether this annotation gets printed when the page is printed. (Inherited from Annotation.) | ||
ReadOnly | Gets or sets a value indicating whether to allow the annotation to interact with the user. (Inherited from Annotation.) | |
ToggleNoView | Gets or sets a value indicating whether to invert the interpretation of the annotation property for certain events. (Inherited from Annotation.) | |
Top | Gets or sets the y-coordinate of the top edge of this annotation. | |
Type | Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation. (Overrides AnnotationType.) | |
Width | Gets or sets the width of this annotation. |
See Also