Aspose::Pdf::Text::TextState::set_LineSpacing method

TextState::set_LineSpacing method

Sets line spacing of the text.

virtual void Aspose::Pdf::Text::TextState::set_LineSpacing(float value)

Remarks

Note that the value is not preserved as a text characteristic within the document. The LineSpacing property getter works for an object in case it was explicitly set previously with LineSpacing setter for those object.

The property is used by runtime in context of current generation/modification process.

See Also