Class PdfViewerListBoxFieldSettings
Inheritance
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerListBoxFieldSettings : EJTagHelper
Constructors
PdfViewerListBoxFieldSettings()
Declaration
public PdfViewerListBoxFieldSettings()
Properties
Alignment
Get or set the alignment of the text.
Declaration
public TextAlignment Alignment { get; set; }
Property Value
Type | Description |
---|---|
TextAlignment | The default value is null |
BackgroundColor
Get or set the background color of the listbox in hexadecimal string format.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
BorderColor
Get or set the border color of the list box field.
Declaration
public string BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Bounds
Get or set the form field bounds.
Declaration
public object Bounds { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Color
Get or set the font color of the listbox in hexadecimal string format.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
FontFamily
Get or set the font family of the listbox field.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
FontSize
Get or set the font size of the listbox field.
Declaration
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
FontStyle
Get or set the font Style of listbox field.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type | Description |
---|---|
FontStyle | The default value is null |
IsPrint
Get or set the boolean value to print the listbox field. TRUE by default.
Declaration
public bool IsPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
IsReadOnly
Specifies whether the listbox field is in read-only or read-write mode. FALSE by default.
Declaration
public bool IsReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
IsRequired
If it is set as true, consider as mandatory field in the PDF document. By default it is false.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
Name
Get or set the name of the form field element.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Options
Get or set the listbox items.
Declaration
public object Options { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
PageNumber
specifies the page number of the form field.
Declaration
public double PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
Thickness
Get or set the thickness of the list box field.
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
Tooltip
Get or set the text to be displayed as tool tip. By default it is empty.
Declaration
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Value
Get or set the value of the form field.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Visibility
Gets or set the visibility of the form field.
Declaration
public Visibility Visibility { get; set; }
Property Value
Type | Description |
---|---|
Visibility | The default value is null |