PdfDocumentCreateFileLink Method
Creates link to a file in the given PDF page and the given bounds
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void CreateFileLink(
PdfPage page,
RectangleF rectangle,
string file
)
Public Sub CreateFileLink (
page As PdfPage,
rectangle As RectangleF,
file As String
)
public:
void CreateFileLink(
PdfPage^ page,
RectangleF rectangle,
String^ file
)
member CreateFileLink :
page : PdfPage *
rectangle : RectangleF *
file : string -> unit
Parameters
- page PdfPage
- The PDF page where to create the link
- rectangle RectangleF
- The link rectangle in the PDF page
- file String
- The full or relative path to the file to link