Namespace TallComponents.PDF.Layout.Shapes.Annotations
Class LinkShape
Used to add a clickable area to a page.
Syntax
public class LinkShape
: Shape
Constructors
LinkShape()
Create a new LinkShape.
LinkShape(Double,Double)
Create a new LinkShape with given extent.
Properties
Double Height
Height of this shape.
ActionCollection MouseUpActions
The actions to be performed when this link is clicked.
Double Width
Width of this shape.