M_PDFiumSharp_PDFium_FPDF_GetNamedDestByName - ArgusMagnus/PDFiumSharp GitHub Wiki
Get a the destination handle for the given name.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static FPDF_DEST FPDF_GetNamedDestByName(
FPDF_DOCUMENT document,
string name
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to the loaded document. - name
- Type: System.String
The name of a destination.
Type: FPDF_DEST
The handle to the destination.
PDFium Class
PDFiumSharp Namespace
[!:PdfDestinationCollection[string]]
PdfDocument.Destinations