[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.ChoiceFieldItem

ChoiceFieldItem Class

Represents an item displayed in ChoiceField.

Inheritance
ChoiceFieldItem
Namespace: GrapeCity.Documents.Pdf.AcroForms
Assembly: DS.Documents.Pdf.dll
Syntax
public class ChoiceFieldItem
Public Class ChoiceFieldItem

Constructors

Name Description
ChoiceFieldItem()

Initializes a new instance of the ChoiceFieldItem class.

ChoiceFieldItem(string)

Initializes a new instance of the ChoiceFieldItem class.

ChoiceFieldItem(string, string)

Initializes a new instance of the ChoiceFieldItem class.

Properties

Name Description
Text

Gets or sets the text used to display an item.

Value

Gets or sets the value of item, if not specified then Text will be used as value.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.