CollectionField

CollectionField

Overview

CollectionField is a class in Aspose.PDF FOSS for .NET.

One column in a PDF Portfolio’s collection schema (PDF spec §7.11.5 Table 75).

Properties: E, FiledType, N, O, Subtype, V.

Properties

NameTypeAccessDescription
FiledTypeFieldValueTypeReadLogical value type derived from Subtype.
SubtypeCollectionFieldSubtypeReadPredefined subtype (/Subtype) — see PDF spec §7.11.5 Table 75.
NstringReadDisplay name (/N).
Oint?ReadDisplay order (/O), if specified.
VboolReadWhether the column is initially visible (/V), default false.
EboolReadWhether the column is editable (/E), default false.

See Also