Click or drag to resize
Pdf Library for .NET

PdfExternalFileElement Class

Represents a link to an external file in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPageElement
    SelectPdfPdfExternalFileElement

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfExternalFileElement : PdfPageElement

The PdfExternalFileElement type exposes the following members.

Constructors
  NameDescription
Public methodPdfExternalFileElement
Constructs an external file pdf element.
Top
Properties
  NameDescription
Public propertyFileName
Gets or sets the external file path.
Public propertyLinkRectangle
Gets or sets the link rectangle in the pdf page.
Top
See Also