Aspose::Pdf::Facades::Form::GetRichText method

Form::GetRichText method

Get a Rich Text field’s value, including the formattinf information of every character.

System::String Aspose::Pdf::Facades::Form::GetRichText(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringThe fully qualified field name of the Rich Text field.

ReturnValue

Return a string containing formatting information of the Rich Text field.

See Also