Aspose::Pdf::CollectionField class
Contents
[
Hide
]CollectionField class
Represents a document collection schema field class.
class CollectionField : public System::Object
Methods
Method | Description |
---|---|
get_E() const | Gets a flag indicating whether the interactive PDF processor should provide support for editing the field value. Default value: false. |
get_FiledType() const | Gets the type of a field value in a schema collection. This field describes the value type corresponding to Subtype. |
get_N() const | Gets the textual field name that shall be presented to the user by the interactive PDF processor. |
get_O() const | Gets 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() const | 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. |
get_V() const | Gets the initial visibility of the field in the user interface. Default value: true. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++