FPDF_CloseDocument typedef
- Pointer<
FPDF_DOCUMENT> document
Function: FPDF_CloseDocument Close a loaded PDF document. Parameters: document - Handle to the loaded document. Return value: None.
Implementation
typedef Void FPDF_CloseDocument(Pointer<FPDF_DOCUMENT> document);