CollectionSchema
Overview
CollectionSchema is a class in Aspose.PDF FOSS for .NET.
Schema of a PDF Portfolio collection (PDF spec §7.11.5 Table 74).
This class provides 2 methods for working with CollectionSchema objects in .NET programs.
Available methods include: GetCollectionField, HasName.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: AllFields, AllNames.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AllFields | ICollection<CollectionField> | Read | All field objects. |
AllNames | ICollection<string> | Read | All field keys. |
Methods
| Signature | Description |
|---|---|
HasName(name: string) | Whether the schema has a field with the given key. |
GetCollectionField(name: string) | Lookup the field by key. |