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