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

TextState::MeasureString method

Measures the string.

virtual double Aspose::Pdf::Text::TextState::MeasureString(const System::String &str)
ParameterTypeDescription
strconst System::String&The string.

ReturnValue

Width of the string represented with this text state.

See Also