Aspose::Pdf::Text::TextState::MeasureString method

TextState::MeasureString method

Measures the string.

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

ReturnValue

Width of the string represented with this text state.

See Also