ImGearPDFBasArray Class Members
In This Topic
The following tables list the members exposed by ImGearPDFBasArray.
Public Constructors
Public Properties
| Name | Description |
 | Length |
Gets the number of elements in the array.
|
Top
Public Methods
| Name | Description |
 | Get |
Gets the specified element from an array.
|
 | Put |
Puts the specified object into the specified location in an array.
|
 | PutBool |
Puts the specified boolean value into the specified location in an array.
|
 | PutFixed |
Puts the specified fixed value into the specified location in an array.
|
 | PutInt |
Puts the specified integer value into the specified location in an array.
|
 | PutName |
Puts the name value into the specified location in an array.
|
 | Remove |
Finds the first element, if any, equal to the specified object and removes it from the array.
|
 | RemoveAt |
Removes element at index.
|
Top
See Also