A PDF form field option.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class ListOption : Option
Visual Basic
Public Class ListOption _
	Inherits Option

Remarks

List options are returned by the Options property of the ListBoxField or DropDownListField class.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Forms.Fields..::..Option
    TallComponents.PDF.Forms.Fields..::..ListOption

See Also