FPDFPageObjMark_CountParams function
- @Native<Int Function(FPDF_PAGEOBJECTMARK)>(FPDF_PAGEOBJECTMARK)>()
- 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);