GetWrappedText
Description
Get the positions where text will wrap, based on the current font and text size.
Syntax
Delphi
function TQuickPDF0813.GetWrappedText(Width: Double; Delimiter,
Text: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetWrappedText(Width As Double,
Delimiter As String, Text As String) As String
DLL
wchar_t * QuickPDFGetWrappedText(int InstanceID, double Width, wchar_t * Delimiter,
wchar_t * Text)
Parameters
| Width | The width of the block to wrap the text to |
| Delimiter | The string to place between each line |
| Text | The text to wrap |
Return values
| Returns the lines of the text block, separated by the Delimiter string |