This sample shows how to use combo boxes in PDF document with Docotic.Pdf library.
You can add combo boxes to your PDF document using PdfPage.AddComboBox methods. AddComboBox methods return an instance of the PdfComboBox class. Use PdfComboBox.AddItem methods to add items to a combo box.