GetWrappedTextBreakString
Text
Description
Similar to the GetWrappedText function, but preserves the break strings originally in the text. This is useful for splitting text into different areas on the page.
Syntax
Delphi
function TPDFlib.GetWrappedTextBreakString(Width: Double; Const Delimiter, Text: WideString): WideString;ActiveX
Function PDFlib::GetWrappedTextBreakString(Width As Double, Delimiter As String, Text As String) As StringDLL
wchar_t * DLGetWrappedTextBreakString(int InstanceID, double Width, wchar_t * Delimiter, wchar_t * Text);Parameters
| Width | The width that the text should be wrapped to |
|---|---|
| Delimiter | The delimiter to use between wrapped lines |
| Text | The text to wrap |