 | PdfiumFPDFCROSSREF_Remove Method |
Removes object with specified number from cross-reference table
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFCROSSREF_Remove(
IntPtr document,
int objnum
)
Public Shared Sub FPDFCROSSREF_Remove (
document As IntPtr,
objnum As Integer
)
public:
static void FPDFCROSSREF_Remove(
IntPtr document,
int objnum
)
static member FPDFCROSSREF_Remove :
document : IntPtr *
objnum : int -> unit
public static void FPDFCROSSREF_Remove(
IntPtr document,
int objnum
)
Patagames.Pdf.Pdfium.FPDFCROSSREF_Remove = function(document, objnum);
Parameters
- document IntPtr
- Handle to pdf document
- objnum Int32
- Object's number
See Also