Class PdfViewerInitialFieldSettings
Inheritance
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerInitialFieldSettings : EJTagHelper
Constructors
PdfViewerInitialFieldSettings()
Declaration
public PdfViewerInitialFieldSettings()
Properties
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 |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
CustomData
specifies the custom data of the form fields.
Declaration
public object CustomData { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
InitialDialogSettings
Get or set the signature dialog settings for initial field.
Declaration
public object InitialDialogSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
InitialIndicatorSettings
Specifies the properties of the signature indicator in the initial field.
Declaration
public object InitialIndicatorSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
IsInitialField
Gets or sets the initial field type of the signature field.
Declaration
public bool IsInitialField { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
IsPrint
Get or set the boolean value to print the initial 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 initial 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 |
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 Initial field. Default value is 1. To hide the borders, set the value to 0 (zero).
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 tooltip. By default it is empty.
Declaration
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
TypeInitialFonts
Allows setting the font name for typed initials at specific indices. The maximum number of font names is limited to 4, so the key values should range from 0 to 3.
Declaration
public object TypeInitialFonts { get; set; }
Property Value
Type | Description |
---|---|
System.Object | 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 |