PDFKit.NET 2.0 Class Library (.NET 2.0)

Link Constructor (Double, Double, Double, Double)

Create a new link annotation.

public Link(
   double left,
   double bottom,
   double width,
   double height
);

Parameters

left
The left position for this link.
bottom
The bottom position for this link.
width
The width for this link.
height
The height for this link.

See Also

Link Class | TallComponents.PDF.Annotations Namespace | Link Constructor Overload List