Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public interface IPdfComboBoxField
Public Interface IPdfComboBoxField
public interface class IPdfComboBoxField
type IPdfComboBoxField = interface end
Members
| All Members | Properties |
| Member | Description | |
|---|---|---|
| Actions |
Gets the actions of the field.
| |
| BackColor |
Gets or sets the color of the background.
| |
| BorderColor |
Gets or sets the color of the border.
| |
| BorderStyle |
Gets or sets the border style.
| |
| BorderWidth |
Gets or sets the width of the border.
| |
| Bounds |
Gets or sets the bounds.
| |
| Editable |
Gets or sets a value indicating whether this is editable.
| |
| Export |
Gets or sets a value indicating whether this is export.
| |
| Flatten |
Gets or sets a value indicating whether this is flatten.
| |
| Font |
Gets or sets the font.
| |
| ForeColor |
Gets or sets the color of the text.
| |
| Form |
Gets the form.
| |
| HighlightMode |
Gets or sets the highlighting mode.
| |
| Location |
Gets or sets the location.
| |
| MappingName |
Gets or sets the mapping name to be used when exporting interactive form
field data from the document.
| |
| Name |
Gets the name.
| |
| Page |
Gets the page.
| |
| ReadOnly |
Gets or sets a value indicating whether [read only].
| |
| Required |
Gets or sets a value indicating whether this is required.
| |
| SelectedIndex |
Gets or sets the first selected item in the list.
| |
| SelectedItem |
Gets the first selected item in the list.
| |
| SelectedValue |
Gets or sets the value of the first selected item in the list.
| |
| Size |
Gets or sets the size.
| |
| TextAlignment |
Gets or sets the text alignment.
| |
| ToolTip |
Gets or sets the tool tip.
| |
| Visible |
Gets or sets a value indicating whether this is visible.
|