Aspose::Pdf::TextStamp::get_WordWrap method

TextStamp::get_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.

bool Aspose::Pdf::TextStamp::get_WordWrap() const

Deprecated

Use WordWrapMode instead.

See Also