Table of Contents

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 RectangleF

The link rectangle in page

filePath string

The linked file

Properties

FilePath

Gets or sets the external file path

public string FilePath { get; set; }

Property Value

string

LinkRectangle

Gets or sets the file link element rectangle in PDF page

public RectangleF LinkRectangle { get; set; }

Property Value

RectangleF