Aspose::Pdf::CollectionFieldSubtypeConverter::ConvertToFieldType method

CollectionFieldSubtypeConverter::ConvertToFieldType method

Converts a CollectionFieldSubtype enumeration value to its corresponding FieldValueType enumeration value.

static FieldValueType Aspose::Pdf::CollectionFieldSubtypeConverter::ConvertToFieldType(CollectionFieldSubtype subtype)
ParameterTypeDescription
subtypeCollectionFieldSubtypeThe CollectionFieldSubtype value to convert.

ReturnValue

The FieldValueType value corresponding to the given subtype.

See Also