Skip to contents

Wraps FPDFAnnot_SetFormFieldFlags. Pair with the existing pdf_form_field_flags() reader.

Usage

pdf_form_field_set_flags(field, flags)

Arguments

field

A pdfium_form_field from pdf_form_fields().

flags

Integer bitmask of FPDF_FORMFLAG_* values.

Value

Invisibly returns the parent pdfium_doc.