Adds the specified item.
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 int Add( PdfListItem item, float itemIndent )
Public Function Add ( item As PdfListItem, itemIndent As Single ) As Integer
public: int Add( PdfListItem^ item, float itemIndent )
member Add : item : PdfListItem * itemIndent : float32 -> int