 | PdfiumFPDFARRAY_RemoveAt Method |
Release th PDF object and removes its from Array.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFARRAY_RemoveAt(
IntPtr handle,
int index,
int count = 1
)
Public Shared Sub FPDFARRAY_RemoveAt (
handle As IntPtr,
index As Integer,
Optional count As Integer = 1
)
public:
static void FPDFARRAY_RemoveAt(
IntPtr handle,
int index,
int count = 1
)
static member FPDFARRAY_RemoveAt :
handle : IntPtr *
index : int *
?count : int
(* Defaults:
let _count = defaultArg count 1
*)
-> unit
public static void FPDFARRAY_RemoveAt(
IntPtr handle,
int index,
int count = 1
)
Patagames.Pdf.Pdfium.FPDFARRAY_RemoveAt = function(handle, index, count);
Parameters
- handle IntPtr
- Handle to Array object.
- index Int32
- An integer index that is greater than or equal to 0 and less than the value returned by FPDFARRAY_GetCount(IntPtr).
- count Int32 (Optional)
- The number of deleted items.
See Also