| NamedDestinationCreate Method |
Create a named destination
The returned object is not yet used on any page, but it is associated with the given target document.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.NavigationAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.2.0.0
Syntax public static NamedDestination Create(
Document targetDocument,
string name,
DirectDestination target
)
Parameters
- targetDocument Document
-
The output document with which the returned object is associated
- name String
-
The name by which the destination is referred to.
- target DirectDestination
-
The target destination
Return Value
NamedDestination
The newly created named destination.
Exceptions See Also