Constructor PdfListItem
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PdfListItem(string)
Initializes a new instance of the PdfListItem class with the specified text.
public PdfListItem(string text)
Parameters
text
stringThe text to be displayed as the name of the item.
PdfListItem(string, string)
Initializes a new instance of the PdfListItem class with the specified text and export value.
public PdfListItem(string text, string exportValue)