Initializes a new instance of the class from formatted text that is splitted by new lines.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfList(
	string text,
	PdfMarker marker
)
Public Sub New ( 
	text As String,
	marker As PdfMarker
)
public:
PdfList(
	String^ text, 
	PdfMarker^ marker
)
new : 
        text : string * 
        marker : PdfMarker -> PdfList

Parameters

text
String
The formatted text.
marker
PdfMarker
The marker.

See Also