 | PdfiumFPDFHOLDER_ToPdfDocument Method |
Gets the PDF document from specified list of indirect objects.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFHOLDER_ToPdfDocument(
IntPtr objList
)
Public Shared Function FPDFHOLDER_ToPdfDocument (
objList As IntPtr
) As IntPtr
public:
static IntPtr FPDFHOLDER_ToPdfDocument(
IntPtr objList
)
static member FPDFHOLDER_ToPdfDocument :
objList : IntPtr -> IntPtr
public static IntPtr FPDFHOLDER_ToPdfDocument(
IntPtr objList
)
Patagames.Pdf.Pdfium.FPDFHOLDER_ToPdfDocument = function(objList);
Parameters
- objList IntPtr
- Handle to a list of indirect objects.
Return Value
IntPtrHandle to the PDF document or IntPtr.Zero if any error is occured.
See Also