This sample shows how to use list boxes in your PDF document with Docotic.Pdf library.
You can add a list box to your PDF document using PdfPage.AddListBox methods. AddListBox methods return an instance of the PdfListBox class.
Use PdfListBox.AddItems methods to add items to the list box. Use the PdfListBox.SelectItems method to select items in the list box.