CollectionSchema

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

NameTypeAccessDescription
AllFieldsICollection<CollectionField>ReadAll field objects.
AllNamesICollection<string>ReadAll field keys.

Methods

SignatureDescription
HasName(name: string)Whether the schema has a field with the given key.
GetCollectionField(name: string)Lookup the field by key.

See Also