Class CollectionField

CollectionField class

Represents a document collection schema field class.

public class CollectionField

Properties

NameDescription
E { get; }Gets a flag indicating whether the interactive PDF processor should provide support for editing the field value. Default value: false
FiledType { get; }Gets the type of a field value in a schema collection. This field describes the value type corresponding to Subtype.
N { get; }Gets the textual field name that shall be presented to the user by the interactive PDF processor
O { get; }Gets the relative order of the field name in the user interface. Fields shall be sorted by the interactive PDF processor in ascending order.
Subtype { get; }Gets the subtype of a field value in a schema collection. The subtype of collection field or file-related field that this dictionary describes. This entry identifies the type of data that shall be stored in the field.
V { get; }Gets the initial visibility of the field in the user interface. Default value: true.

See Also