 | PdfiumFPDFPageObj_NewImgeObj Method |
Create a new Image Object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFPageObj_NewImgeObj(
IntPtr document
)
Public Shared Function FPDFPageObj_NewImgeObj (
document As IntPtr
) As IntPtr
public:
static IntPtr FPDFPageObj_NewImgeObj(
IntPtr document
)
static member FPDFPageObj_NewImgeObj :
document : IntPtr -> IntPtr
public static IntPtr FPDFPageObj_NewImgeObj(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDFPageObj_NewImgeObj = function(document);
Parameters
- document IntPtr
- Handle to document. Returned by FPDF_LoadDocument(String, String) or FPDF_CreateNewDocument function.
Return Value
IntPtrHandle to image object
See Also