PdfRadioButton.ExportValue Property

Gets or sets the export value of the radio button.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string ExportValue { get; set; }
VB
Public Property ExportValue As String
	Get
	Set

Property Value

Type: String
The export of the radio button.

See Also