FPDF_GetTrailerEnds method

int FPDF_GetTrailerEnds(
  1. Pointer<fpdf_document_t__> document,
  2. Pointer<Uint32> buffer,
  3. int length
)

Implementation

int FPDF_GetTrailerEnds(
  ffi.Pointer<fpdf_document_t__> document,
  ffi.Pointer<ffi.Uint32> buffer,
  int length,
) {
  return _FPDF_GetTrailerEnds(
    document,
    buffer,
    length,
  );
}