SetBreakString
Description
Sets the string to use to mark line breaks. This string allows text to be split when using the *WrappedText functions.
Syntax
Delphi
function TQuickPDF0813.SetBreakString(NewBreakString: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetBreakString(NewBreakString As String) As Long
DLL
int QuickPDFSetBreakString(int InstanceID, wchar_t * NewBreakString)
Parameters
| NewBreakString | The string of characters to use as a break character, for example Chr(13) + Chr(10) |