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
| Name | Type | Access | Description |
|---|---|---|---|
FiledType | FieldValueType | Read | Logical value type derived from Subtype. |
Subtype | CollectionFieldSubtype | Read | Predefined subtype (/Subtype) — see PDF spec §7.11.5 Table 75. |
N | string | Read | Display name (/N). |
O | int? | Read | Display order (/O), if specified. |
V | bool | Read | Whether the column is initially visible (/V), default false. |
E | bool | Read | Whether the column is editable (/E), default false. |