Class FormComboBoxFieldSetOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents options for set properties in ComboBoxField by Aspose.Pdf.Plugins.FormEditor plugin.
public class FormComboBoxFieldSetOptions : FormFieldSetOptions
Inheritance
object ← FormFieldOptions ← FormFieldSetOptions ← FormComboBoxFieldSetOptions
Inherited Members
FormFieldSetOptions.Rect, 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
FormComboBoxFieldSetOptions()
public FormComboBoxFieldSetOptions()
Properties
Editable
Gets/sets the value to determine property Editable for modified field (if will be set).
public bool? Editable { get; set; }
Property Value
bool?
Options
Gets/sets the value to determine property Options for modified field (if will be set).
public List<string> Options { get; set; }
Property Value
Selected
Gets/sets the value to determine property Selected for modified field (if will be set).
public int? Selected { get; set; }
Property Value
int?