GetWrappedTextBreakString
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 TQuickPDF0813.GetWrappedTextBreakString(Width: Double; Delimiter,
Text: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetWrappedTextBreakString(Width As Double,
Delimiter As String, Text As String) As String
DLL
wchar_t * QuickPDFGetWrappedTextBreakString(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 |