RadioButton.ExportValue Property

Gets or Sets the export value. To create a set of mutually exclusive radio buttons (i.e., where only one can be selected at a time), give the fields the same name but different export values.

public string ExportValue { get; set; }
Public Property ExportValue As String

Property Value

String

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

RadioButton
ceTe.DynamicPDF.PageElements.Forms

In this topic