Class NativeMethods
Inheritance
System.Object
NativeMethods
Assembly: IronPdf.dll
Syntax
public sealed class NativeMethods : Object
Constructors
NativeMethods()
Declaration
Fields
DLLNAME
Declaration
public const string DLLNAME = "pdfium.vanilla"
Field Value
Type |
Description |
System.String |
|
Properties
DeploymentPath
Declaration
public static string DeploymentPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
FPDF_BookmarkGetAction(IntPtr)
Declaration
public static IntPtr FPDF_BookmarkGetAction(IntPtr bookmark)
Parameters
Type |
Name |
Description |
System.IntPtr |
bookmark |
|
Returns
Type |
Description |
System.IntPtr |
|
FPDF_BookmarkGetDest(IntPtr, IntPtr)
Declaration
public static IntPtr FPDF_BookmarkGetDest(IntPtr document, IntPtr bookmark)
Parameters
Type |
Name |
Description |
System.IntPtr |
document |
|
System.IntPtr |
bookmark |
|
Returns
Type |
Description |
System.IntPtr |
|
FPDF_BookmarkGetFirstChild(IntPtr, IntPtr)
Declaration
public static IntPtr FPDF_BookmarkGetFirstChild(IntPtr document, IntPtr bookmark)
Parameters
Type |
Name |
Description |
System.IntPtr |
document |
|
System.IntPtr |
bookmark |
|
Returns
Type |
Description |
System.IntPtr |
|
FPDF_BookmarkGetNextSibling(IntPtr, IntPtr)
Declaration
public static IntPtr FPDF_BookmarkGetNextSibling(IntPtr document, IntPtr bookmark)
Parameters
Type |
Name |
Description |
System.IntPtr |
document |
|
System.IntPtr |
bookmark |
|
Returns
Type |
Description |
System.IntPtr |
|
FPDF_BookmarkGetTitle(IntPtr, Byte[], UInt32)
Declaration
public static uint FPDF_BookmarkGetTitle(IntPtr bookmark, byte[] buffer, uint buflen)
Parameters
Type |
Name |
Description |
System.IntPtr |
bookmark |
|
System.Byte[] |
buffer |
|
System.UInt32 |
buflen |
|
Returns
Type |
Description |
System.UInt32 |
|
FPDFDest_GetPageIndex(IntPtr, IntPtr)
Declaration
public static uint FPDFDest_GetPageIndex(IntPtr document, IntPtr dest)
Parameters
Type |
Name |
Description |
System.IntPtr |
document |
|
System.IntPtr |
dest |
|
Returns
Type |
Description |
System.UInt32 |
|
TryLoadNativeLibrary(String)
Declaration
public static void TryLoadNativeLibrary(string path = null)
Parameters
Type |
Name |
Description |
System.String |
path |
|