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(const System::String &fieldName)
ParameterTypeDescription
fieldNameconst System::String&The fully qualified field name of the Rich Text field.

ReturnValue

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

See Also