| EmbeddedPdfLinkCreateFromQuadrilaterals Method |
Create a link to an embedded PDF document with defined link area
The link has an active area defined by the given
activeArea.
The link is associated with the
targetDocument but not yet part of any page.
It can be added to a page's list of links.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.NavigationAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.2.0.0
Syntax public static EmbeddedPdfLink CreateFromQuadrilaterals(
Document targetDocument,
QuadrilateralList activeArea,
FileReference fileReference
)
Parameters
- targetDocument Document
-
The document in which the links is used
- activeArea QuadrilateralList
-
The active link area on the page.
- fileReference FileReference
-
The embedded PDF file
Return Value
EmbeddedPdfLink
The newly created object
Exceptions See Also