Overload_PDFiumSharp_PDFium_FPDF_LoadDocument - ArgusMagnus/PDFiumSharp GitHub Wiki
Name | Description | |
---|---|---|
![]() ![]() |
FPDF_LoadDocument(String, String) | Open and load a PDF document. |
![]() ![]() |
FPDF_LoadDocument(Stream, Int32, String) | Loads a PDF document from 'count' bytes read from a stream. |
![]() ![]() |
FPDF_LoadDocument(Byte[], Int32, Int32, String) | Loads a PDF document from memory. |