Table of Contents

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 string

The 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)

Parameters

text string

The text to be displayed as the name of the item.

exportValue string

The export value.