Class FormComboBoxFieldCreateOptions
De naam: Aspose.Pdf.Plugins Verzameling: Aspose.PDF.dll (25.4.0)
Vertegenwoordigt de opties voor het maken van ComboBoxField door Aspose.Pdf.Plugins.FormEditor plugin.
public class FormComboBoxFieldCreateOptions : FormFieldCreateOptions
Inheritance
object ← FormFieldOptions ← FormFieldCreateOptions ← FormComboBoxFieldCreateOptions
Geëerbiede leden
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(Intentie, rectangle)
Initialiseert een nieuwe instantie van het Aspose.Pdf.Plugins.FormComboBoxFieldCreateOptions object, dat parameters bevat voor het maken en toevoegen van ComboBoxField.
public FormComboBoxFieldCreateOptions(int pageNum, Rectangle rect)
Parameters
pageNum
int
Pagina nummer waarop de toegevoegde ComboBoxField zal worden geplaatst.
rect
Rectangle
Een rectangle met ComboBoxField.
Properties
Editable
Geeft/installeert de waarde om te bepalen of de gecreëerde ComboBoxField bewerkt kan worden of niet (als deze wordt ingesteld).
public bool? Editable { get; set; }
Eigendomswaarde
bool ?
Options
Geeft/installeert de waarde om eigendomsopties te bepalen voor het maken van ComboBoxField (als deze wordt ingesteld).
public List<string> Options { get; set; }
Eigendomswaarde
Selected
Geeft/installeert de waarde om de eigenschap Selected voor Created ComboBoxField te bepalen (als deze wordt ingesteld).
public int? Selected { get; set; }
Eigendomswaarde
int ?