FPDFPageObjMark_CountParams method

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

int FPDFPageObjMark_CountParams(FPDF_PAGEOBJECTMARK mark) {
  return _FPDFPageObjMark_CountParams(mark);
}