FPDFAnnot_SetFlags method
Experimental API. Set the |annot|'s flags to be of the value |flags|.
annot - handle to an annotation. flags - the flag values to be set.
Returns true if successful.
Implementation
int FPDFAnnot_SetFlags(FPDF_ANNOTATION annot, int flags) {
return _FPDFAnnot_SetFlags(annot, flags);
}