FPDFAnnot_GetFlags method

int FPDFAnnot_GetFlags(
  1. FPDF_ANNOTATION annot
)

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);
}