Adds the specified text.
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 PdfListItem Add( string text, PdfFontBase font )
Public Function Add ( text As String, font As PdfFontBase ) As PdfListItem
public: PdfListItem^ Add( String^ text, PdfFontBase^ font )
member Add : text : string * font : PdfFontBase -> PdfListItem
Return Value
PdfListItemThe item index in collection.