Click or drag to resize
Pdftools logo

ChoiceItem Class

An item in a list box field or combo box field

Inheritance Hierarchy
SystemObject
  PdfTools.Toolbox.InternalNativeBase
    PdfTools.Toolbox.InternalNativeObject
      PdfTools.Toolbox.Pdf.FormsChoiceItem

Namespace: PdfTools.Toolbox.Pdf.Forms
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
Syntax
C#
public class ChoiceItem : NativeObject

The ChoiceItem type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName

Displayed name

This is the name of the item as displayed in a PDF viewer.
Public propertyExportName

Export name

This is the name of the item used when exporting.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also