Class FormComboBoxFieldCreateOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents options for creating ComboBoxField by Aspose.Pdf.Plugins.FormEditor plugin.
public class FormComboBoxFieldCreateOptions : FormFieldCreateOptions
Inheritance
object ← FormFieldOptions ← FormFieldCreateOptions ← FormComboBoxFieldCreateOptions
Inherited Members
FormFieldOptions.Highlighting, FormFieldOptions.UpdateAppearanceOnConvert, FormFieldOptions.UseFontSubset, FormFieldOptions.Flags, FormFieldOptions.Contents, FormFieldOptions.Name, FormFieldOptions.Color, FormFieldOptions.TextHorizontalAlignment, FormFieldOptions.DefaultAppearance, FormFieldOptions.ReadOnly, FormFieldOptions.Required, FormFieldOptions.Exportable, FormFieldOptions.PartialName, FormFieldOptions.AlternateName, FormFieldOptions.MappingName, FormFieldOptions.Value, FormFieldOptions.IsSharedField, FormFieldOptions.FitIntoRectangle, FormFieldOptions.MaxFontSize, FormFieldOptions.MinFontSize, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
FormComboBoxFieldCreateOptions(int, Rectangle)
Initializes a new instance of the Aspose.Pdf.Plugins.FormComboBoxFieldCreateOptions object, that containing parameters for created and added ComboBoxField.
public FormComboBoxFieldCreateOptions(int pageNum, Rectangle rect)
Parameters
pageNum
int
Page number on which the added ComboBoxField will be located.
rect
Rectangle
Sets ComboBoxField rectangle.
Properties
Editable
Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set).
public bool? Editable { get; set; }
Property Value
bool?
Options
Gets/sets the value to determine property Options for created ComboBoxField (if will be set).
public List<string> Options { get; set; }
Property Value
Selected
Gets/sets the value to determine property Selected for created ComboBoxField (if will be set).
public int? Selected { get; set; }
Property Value
int?