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 String

DLL

wchar_t * DLGetWrappedTextBreakString(int InstanceID, double Width, wchar_t * Delimiter, wchar_t * Text);

Parameters

WidthThe width that the text should be wrapped to
DelimiterThe delimiter to use between wrapped lines
TextThe text to wrap