PdfListItem Class

Represents an item in a PdfComboBox or PdfListBox controls.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfListItem

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfListItem
VB
Public Class PdfListItem

The PdfListItem type exposes the following members.

Constructors

  NameDescription
Public methodPdfListItem(String)
Initializes a new instance of the PdfListItem class with the specified text.
Public methodPdfListItem(String, String)
Initializes a new instance of the PdfListItem class with the specified text and export value.

Properties

  NameDescription
Public propertyExportValue
Gets the export value of the item.
Public propertyText
Gets the text to be displayed as the name of the item.

Methods

  NameDescription
Public methodEquals
Tests whether obj is a PdfListItem with the same text and export value of this PdfListItem.
(Overrides Object.Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Gets the hash code for this PdfListItem class.
(Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the item to a human-readable string.
(Overrides Object.ToString().)

Operators

  NameDescription
Public operatorStatic memberEquality
Tests whether two PdfListItem classes have equal text and export values.
Public operatorStatic memberInequality
Tests whether two PdfListItem class differ in text or export value.

See Also