HiQPdf Documentation

PdfFormComboBox Class

HiQPdf Client for .NET Core
A combo box in a PDF form consisting in a drop down list and an optional editable text box
Inheritance Hierarchy

SystemObject
  HiQPdfClientPdfFormField
    HiQPdfClientPdfFormComboBox

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public class PdfFormComboBox : PdfFormField

The PdfFormComboBox type exposes the following members.

Constructors

  NameDescription
Public methodPdfFormComboBox
Creates a combo box form field
Top
Properties

  NameDescription
Public propertyAction
The action to be performed when the field is activated, for example when a button field is clicked
(Inherited from PdfFormField.)
Public propertyAllowMultiSelect
Indicates if the multiple selection is allowed for this combo box field. This property is false by default
Public propertyBoundingRectangle
The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
(Inherited from PdfFormField.)
Public propertyCommitOnSelectionChanged
Indicates if a new value selected is committed immediately without waiting to leave the field. This property is false by default
Public propertyDefaultValue
The default value of the field to which the field reverts when a reset form action is executed
(Inherited from PdfFormField.)
Public propertyEditable
A flag indicating if the combo box includes also an editable noteText box besides the drop down list. This property is true by default
Public propertyExport
Indicates if field is exported by a submit form action. This property is true by default
(Inherited from PdfFormField.)
Public propertyFlatten
Indicates if the field is flattened in the generated PDF document
(Inherited from PdfFormField.)
Public propertyFont
The list items font
Public propertyListItems
The combo box items
Public propertyName
The field name
(Inherited from PdfFormField.)
Public propertyParentForm
The parent form
(Inherited from PdfFormField.)
Public propertyReadOnly
Indicates if the field is read only. This property is false by default
(Inherited from PdfFormField.)
Public propertyRequired
Indicates if the field should have a value at the time it is exported by a submit form action. This property is false by default
(Inherited from PdfFormField.)
Public propertySortItems
Indicates if the list items are sorted alphabetically in this combo box field. This property is false by default
Public propertySpellChecking
Indicates if the noteText entered in this field is spell checked. This property is false by default
Public propertyStyle
Gets or sets the PDF form field style
(Inherited from PdfFormField.)
Public propertyToolTip
The field tooltip
(Inherited from PdfFormField.)
Public propertyValue
The list box value
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference