Initializes a new instance of the class.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfListItemCollection(
	string[] items
)
Public Sub New ( 
	items As String()
)
public:
PdfListItemCollection(
	array<String^>^ items
)
new : 
        items : string[] -> PdfListItemCollection

Parameters

items
array<String>[]()[][]
A string array that contains items separated by the new line character.

See Also