Aspose::Pdf::Text::TextFragmentState::MeasureString method

TextFragmentState::MeasureString method

Measures the string.

double Aspose::Pdf::Text::TextFragmentState::MeasureString(System::String str) override
ParameterTypeDescription
strSystem::StringThe string.

ReturnValue

Width of the string.

See Also