Aspose::Pdf::CollectionFieldSubtypeConverter::Convert method

CollectionFieldSubtypeConverter::Convert(CollectionFieldSubtype) method

Converts a CollectionFieldSubtype value to its string representation.

static System::String Aspose::Pdf::CollectionFieldSubtypeConverter::Convert(CollectionFieldSubtype suptype)
ParameterTypeDescription
suptypeCollectionFieldSubtypeThe CollectionFieldSubtype value to be converted.

ReturnValue

The string representation of the CollectionFieldSubtype value. If suptype is None then returns empty string.

See Also

CollectionFieldSubtypeConverter::Convert(System::SharedPtr<Engine::Data::IPdfName>) method

Converts a PdfName value to its corresponding CollectionFieldSubtype enumeration value.

static CollectionFieldSubtype Aspose::Pdf::CollectionFieldSubtypeConverter::Convert(System::SharedPtr<Engine::Data::IPdfName> pdfName)
ParameterTypeDescription
pdfNameSystem::SharedPtr<Engine::Data::IPdfName>The PdfName value to be converted.

ReturnValue

The CollectionFieldSubtype enumeration value that corresponds to the PdfName value. If the name value is not recognized, returns CollectionFieldSubtype.None.

See Also

CollectionFieldSubtypeConverter::Convert(System::String) method

Converts a string value to its corresponding CollectionFieldSubtype enumeration value.

static CollectionFieldSubtype Aspose::Pdf::CollectionFieldSubtypeConverter::Convert(System::String name)
ParameterTypeDescription
nameSystem::StringThe string value to be converted.

ReturnValue

The CollectionFieldSubtype enumeration value that corresponds to the string value. If the string value is not recognized, returns CollectionFieldSubtype.None.

See Also