Class FormComboBoxFieldCreateOptions

Class FormComboBoxFieldCreateOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Aspose.Pdf.Plugins.FormEditor eklentisi tarafından ComboBoxField oluşturma seçeneklerini temsil eder.

public class FormComboBoxFieldCreateOptions : FormFieldCreateOptions

Miras

objectFormFieldOptionsFormFieldCreateOptionsFormComboBoxFieldCreateOptions

Miras Alınan Üyeler

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()

Yapıcılar

FormComboBoxFieldCreateOptions(int, Rectangle)

Oluşturulan ve eklenen ComboBoxField için parametreler içeren yeni bir Aspose.Pdf.Plugins.FormComboBoxFieldCreateOptions nesnesi başlatır.

public FormComboBoxFieldCreateOptions(int pageNum, Rectangle rect)

Parametreler

pageNum int

Eklenen ComboBoxField’ın bulunacağı sayfa numarası.

rect Rectangle

ComboBoxField dikdörtgenini ayarlar.

Özellikler

Editable

Oluşturulan ComboBoxField’ın düzenlenebilir olup olmadığını belirlemek için değeri alır/ayarlar (belirtilirse).

public bool? Editable { get; set; }

Özellik Değeri

bool?

Options

Oluşturulan ComboBoxField için Options özelliğini belirlemek için değeri alır/ayarlar (belirtilirse).

public List<string> Options { get; set; }

Özellik Değeri

List<string&gt;

Selected

Oluşturulan ComboBoxField için Selected özelliğini belirlemek için değeri alır/ayarlar (belirtilirse).

public int? Selected { get; set; }

Özellik Değeri

int?

 Türkçe