Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ChoiceFieldItem Class / Value Property

In This Topic
    Value Property (ChoiceFieldItem)
    In This Topic
    Gets or sets the value of item, if not specified then Text will be used as value.
    Syntax
    'Declaration
     
    Public Property Value As System.String
    public System.string Value {get; set;}
    See Also