Aspose::Pdf::Text::TextSegment::MyHtmlEncode method

TextSegment::MyHtmlEncode method

Encodes string as html.

static System::String Aspose::Pdf::Text::TextSegment::MyHtmlEncode(System::String value)
ParameterTypeDescription
valueSystem::StringString value to encode.

ReturnValue

Html encoded string.

See Also