FPDF_StructElement_Attr_CountChildren function
- @Native<FPDF_OBJECT_TYPE Function(FPDF_STRUCTELEMENT_ATTR_VALUE)>(FPDF_STRUCTELEMENT_ATTR_VALUE)>()
Experimental API. Function: FPDF_StructElement_Attr_CountChildren Count the number of children values in an attribute. Parameters: value - Handle to the value. Return value: The number of children, or -1 on error.
Implementation
@ffi.Native<ffi.Int Function(FPDF_STRUCTELEMENT_ATTR_VALUE)>()
external int FPDF_StructElement_Attr_CountChildren(
FPDF_STRUCTELEMENT_ATTR_VALUE value,
);