Click or drag to resize

PdfList Constructor (String, PdfMarker)

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

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfList(
	string text,
	PdfMarker marker
)

Parameters

text
Type: System String
The formatted text.
marker
Type: Spire.Pdf.Lists PdfMarker
The marker.
See Also