Class FileLinkElement
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This class represents a link to an external file in a PDF document
[ClassInterface(ClassInterfaceType.AutoDual)]
public class FileLinkElement : PageElement
- Inheritance
-
FileLinkElement
- Inherited Members
Constructors
FileLinkElement(RectangleF, string)
Constructs a file link element
public FileLinkElement(RectangleF linkRectangle, string filePath)
Parameters
linkRectangle
RectangleFThe link rectangle in page
filePath
stringThe linked file
Properties
FilePath
Gets or sets the external file path
public string FilePath { get; set; }
Property Value
LinkRectangle
Gets or sets the file link element rectangle in PDF page
public RectangleF LinkRectangle { get; set; }