Class CollectionItem
CollectionItem class
Represents a collection item class. The collection item contains the data described by the collection schema.
public class CollectionItem
Properties
| Name | Description |
|---|---|
| AllNames { get; } | Gets a collection of all the names of collection item values. |
| IsEmpty { get; } | Gets a value indicating whether the collection item is empty. |
Methods
| Name | Description |
|---|---|
| HasName(string) | Checks if the given name exists in the collection item. |
| TryGetDateTimeValue(string, out Value<DateTime>) | |
| TryGetDoubleValue(string, out Value<double>) | |
| TryGetIntValue(string, out Value<int>) | |
| TryGetTextValue(string, out Value<string>) |
Other Members
| Name | Description |
|---|---|
| class Value<T> | Represents a class for a value of colection item. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF