 | PdfiumFPDF_GetNamedDestByName Method |
Get a special dest handle by the name.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDF_GetNamedDestByName(
IntPtr document,
string name
)
Public Shared Function FPDF_GetNamedDestByName (
document As IntPtr,
name As String
) As IntPtr
public:
static IntPtr FPDF_GetNamedDestByName(
IntPtr document,
String^ name
)
static member FPDF_GetNamedDestByName :
document : IntPtr *
name : string -> IntPtr
public static IntPtr FPDF_GetNamedDestByName(
IntPtr document,
String name
)
Patagames.Pdf.Pdfium.FPDF_GetNamedDestByName = function(document, name);
Parameters
- document IntPtr
- Handle to the loaded document.
- name String
- The name of a special named dest.
Return Value
IntPtrThe Handle to the dest.
RemarksThis method have problem with non english national character encoding
See Also