Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Radio buttons

This sample shows how to use radio buttons in your PDF document.

You can add radio buttons to your PDF document using PdfPage.AddRadioButton(..) method. This method returns an instance of PdfRadionButton class. PdfRadioButton.ExportValue property is used to specify a value to be exported when SubmitFormAction (see corresponding sample in "Actions" group) is activated.