FPDFAnnot_GetFlags method
Experimental API. Get the annotation flags of |annot|.
annot - handle to an annotation.
Returns the annotation flags.
Implementation
int FPDFAnnot_GetFlags(FPDF_ANNOTATION annot) {
return _FPDFAnnot_GetFlags(annot);
}
Experimental API. Get the annotation flags of |annot|.
annot - handle to an annotation.
Returns the annotation flags.
int FPDFAnnot_GetFlags(FPDF_ANNOTATION annot) {
return _FPDFAnnot_GetFlags(annot);
}