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