[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.ChoiceFieldItem.-ctor

ChoiceFieldItem Constructor

ChoiceFieldItem()

Initializes a new instance of the ChoiceFieldItem class.

Declaration
public ChoiceFieldItem()
Public Sub New()

ChoiceFieldItem(string)

Initializes a new instance of the ChoiceFieldItem class.

Declaration
public ChoiceFieldItem(string text)
Public Sub New(text As String)
Parameters
Type Name Description
string text

The item's text.

ChoiceFieldItem(string, string)

Initializes a new instance of the ChoiceFieldItem class.

Declaration
public ChoiceFieldItem(string text, string value)
Public Sub New(text As String, value As String)
Parameters
Type Name Description
string text

The item's text.

string value

The item's value.