 | PdfiumFPDFText_LoadPage Method |
Prepare information about all characters in a page.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFText_LoadPage(
IntPtr page
)
Public Shared Function FPDFText_LoadPage (
page As IntPtr
) As IntPtr
public:
static IntPtr FPDFText_LoadPage(
IntPtr page
)
static member FPDFText_LoadPage :
page : IntPtr -> IntPtr
public static IntPtr FPDFText_LoadPage(
IntPtr page
)
Patagames.Pdf.Pdfium.FPDFText_LoadPage = function(page);
Parameters
- page IntPtr
- Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function
Return Value
IntPtrA handle to the text page information structure. IntPtr.Zero if something goes wrong.
RemarksApplication must call
FPDFText_ClosePage(IntPtr) to release the text page information.
If you didn’t purchase Text Module , this function will return IntPtr.Zero.
See Also