Aspose::Pdf::CollectionField class

CollectionField class

Represents a document collection schema field class.

class CollectionField : public System::Object

Methods

MethodDescription
get_E() constGets a flag indicating whether the interactive PDF processor should provide support for editing the field value. Default value: false.
get_FiledType() constGets the type of a field value in a schema collection. This field describes the value type corresponding to Subtype.
get_N() constGets the textual field name that shall be presented to the user by the interactive PDF processor.
get_O() constGets the relative order of the field name in the user interface. Fields shall be sorted by the interactive PDF processor in ascending order.
get_Subtype() constGets 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.
get_V() constGets the initial visibility of the field in the user interface. Default value: true.

See Also