SetBreakString
Description
Sets the string to use to mark line breaks. This string allows text to be split when using the *WrappedText functions. The breakstring by default is set to CR/LF. ie. '#13#10' in Delphi.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetBreakString(NewBreakString: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetBreakString(
NewBreakString As String) As Long
DLL
int DPLSetBreakString(int InstanceID, wchar_t * NewBreakString)
Parameters
NewBreakString | The string of characters to use as a break character, for example Chr(13) + Chr(10) |