SetBreakString
Text
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 TPDFlib.SetBreakString(Const NewBreakString: WideString): Integer;
ActiveX
Function PDFlib::SetBreakString(NewBreakString As String) As Long
DLL
int DLSetBreakString(int InstanceID, const wchar_t * NewBreakString);
Parameters
| NewBreakString | The string of characters to use as a break character, for example Chr(13) + Chr(10) |
|---|