 | PdfChoiceFieldItems Property |
Gets a collection of field's items to be presented to the user.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic ChoiceFieldItemsCollection Items { get; }Public ReadOnly Property Items As ChoiceFieldItemsCollection
Get
public:
property ChoiceFieldItemsCollection^ Items {
ChoiceFieldItemsCollection^ get ();
}member Items : ChoiceFieldItemsCollection with get
/** @property */
public ChoiceFieldItemsCollection get_Items()
Property Value
ChoiceFieldItemsCollection
See Also