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, wchar_t * NewBreakString);

Parameters

NewBreakStringThe string of characters to use as a break character, for example Chr(13) + Chr(10)