Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a collection of Bytescout.PDF.ChoiceField items.
Inheritance Hierarchy
Bytescout.PDFChoiceItems
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The ChoiceItems type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of the elements in the collection.
| |
| Item |
Gets the element at the specified index.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an object to the end of the collection.
| |
| Clear |
Removes all elements from the collection.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAltItem |
Gets the sub-element at the specified index, if items is array.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Insert |
Inserts an element into the collection at the specified index.
| |
| MemberwiseClone | (Inherited from Object.) | |
| Remove(Int32) |
Removes the element at the specified index of the collection.
| |
| Remove(String) |
Removes the first occurrence of a specific object from the collection.
| |
| ToAltArray |
Copies the sub-elements (item alt) of the collection to a new array.
| |
| ToArray |
Copies the elements of the collection to a new array.
| |
| ToString | (Inherited from Object.) |
See Also