[]
        
(Showing Draft Content)

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

ChoiceFieldItem Constructor

ChoiceFieldItem()

Initializes a new instance of the ChoiceFieldItem class.

Declaration
public ChoiceFieldItem()

ChoiceFieldItem(string)

Initializes a new instance of the ChoiceFieldItem class.

Declaration
public ChoiceFieldItem(string text)
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)
Parameters
Type Name Description
string text

The item's text.

string value

The item's value.