Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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 |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
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.
|