FPDF_ACTION typedef

FPDF_ACTION = Pointer<fpdf_action_t__>

PDF types - use incomplete types (never completed) to force API type safety.

Implementation

typedef FPDF_ACTION = ffi.Pointer<fpdf_action_t__>;