Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Buttons

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).