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.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
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