This sample shows how to use buttons in PDF documents with Docotic.Pdf library.
You can add buttons to your PDF document using PdfPage.AddButton methods. This method returns an instance of the PdfButton class.
You can also associate actions with buttons using properties in PdfButton class whose names start with "On" (e.g., OnMouseDown).