XfaChoiceListField
Items Property
|
Gets the items of the field.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public List<string> Items { get; }
Public ReadOnly Property Items As List(Of String)
Get
public:
property List<String^>^ Items {
List<String^>^ get ();
}
member Items : List<string> with get
Property Value
Type:
List
String
See Also