 | PdfiumFPDFFormContent_RemoveObject Method |
Removes object from content object at the specified index.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFFormContent_RemoveObject(
IntPtr contentObject,
int index
)
Public Shared Sub FPDFFormContent_RemoveObject (
contentObject As IntPtr,
index As Integer
)
public:
static void FPDFFormContent_RemoveObject(
IntPtr contentObject,
int index
)
static member FPDFFormContent_RemoveObject :
contentObject : IntPtr *
index : int -> unit
public static void FPDFFormContent_RemoveObject(
IntPtr contentObject,
int index
)
Patagames.Pdf.Pdfium.FPDFFormContent_RemoveObject = function(contentObject, index);
Parameters
- contentObject IntPtr
- Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)
- index Int32
- The zero-based index of the item to remove.
See Also