Class FormCheckBoxFieldCreateOptions

Class FormCheckBoxFieldCreateOptions

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

Represents options for creating CheckBoxField by FormEditor plugin.

public class FormCheckBoxFieldCreateOptions : FormFieldCreateOptions

Inheritance

objectFormFieldOptionsFormFieldCreateOptionsFormCheckBoxFieldCreateOptions

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

FormCheckBoxFieldCreateOptions(int, Rectangle)

Initializes a new instance of the Aspose.Pdf.Plugins.FormCheckBoxFieldCreateOptions object, that containing parameters for created and added CheckBoxField.

public FormCheckBoxFieldCreateOptions(int pageNum, Rectangle rect)

Parameters

pageNum int

Page number on which the added CheckBoxField will be located.

rect Rectangle

Sets CheckBoxField rectangle.

Properties

Checked

Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set).

public bool? Checked { get; set; }

Property Value

bool?

Style

Gets/sets the value to determine property Style for created CheckboxField (if will be set).

public BoxStyle? Style { get; set; }

Property Value

BoxStyle?

 English