FPDFPageObjMark_CountParams function

  1. @Native<Int Function(FPDF_PAGEOBJECTMARK)>(FPDF_PAGEOBJECTMARK)>()
int FPDFPageObjMark_CountParams(
  1. FPDF_PAGEOBJECTMARK mark
)

Experimental API. Get the number of key/value pair parameters in |mark|.

mark - handle to a content mark.

Returns the number of key/value pair parameters |mark|, or -1 in case of failure.

Implementation

@ffi.Native<ffi.Int Function(FPDF_PAGEOBJECTMARK)>()
external int FPDFPageObjMark_CountParams(FPDF_PAGEOBJECTMARK mark);