Aspose::Pdf::TextStamp::set_WordWrap method

TextStamp::set_WordWrap method

Defines word wrap. If this property set to true and Width value specified, text will be broken in the several lines to fit into specified width. Default value: false.

void Aspose::Pdf::TextStamp::set_WordWrap(bool value)

Deprecated

Use WordWrapMode instead.

See Also