Table of Contents

Class PdfListItem

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Represents an item in a PdfComboBox or PdfListBox controls.

public class PdfListItem
Inheritance
PdfListItem
Inherited Members

Constructors

PdfListItem(string)

Initializes a new instance of the PdfListItem class with the specified text.

PdfListItem(string, string)

Initializes a new instance of the PdfListItem class with the specified text and export value.

Properties

ExportValue

Gets the export value of the item.

Text

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

Methods

Equals(object)

Tests whether obj is a PdfListItem with the same text and export value of this PdfListItem.

GetHashCode()

Gets the hash code for this PdfListItem class.

ToString()

Converts the item to a human-readable string.

Operators

operator ==(PdfListItem, PdfListItem)

Tests whether two PdfListItem classes have equal text and export values.

operator !=(PdfListItem, PdfListItem)

Tests whether two PdfListItem class differ in text or export value.