Class InternalLinkElement
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This class represents an internal link element in the PDF document which can be used to connect various sections of a PDF document
[ClassInterface(ClassInterfaceType.AutoDual)]
public class InternalLinkElement : PageElement
- Inheritance
-
InternalLinkElement
- Inherited Members
Constructors
InternalLinkElement(RectangleF, ExplicitDestination)
Constructs a PDF internal link element with the given location and destination
public InternalLinkElement(RectangleF linkRectangle, ExplicitDestination linkDestination)
Parameters
linkRectangle
RectangleFThe link rectangle in page
linkDestination
ExplicitDestinationThe link destination
Properties
LinkDestination
Gets or sets the link destination
public ExplicitDestination LinkDestination { get; set; }
Property Value
LinkRectangle
Gets or sets the internal link element rectangle in PDF page
public RectangleF LinkRectangle { get; set; }