Creates unordered list using items.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfList( PdfListItemCollection items )
Public Sub New ( items As PdfListItemCollection )
public: PdfList( PdfListItemCollection^ items )
new : items : PdfListItemCollection -> PdfList
Parameters
- items
- PdfListItemCollection
Items for a list.