Class PdfViewerPasswordFieldSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerPasswordFieldSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerPasswordFieldSettingsBuilder : ControlBuilder
Constructors
PdfViewerPasswordFieldSettingsBuilder()
Declaration
public PdfViewerPasswordFieldSettingsBuilder()
PdfViewerPasswordFieldSettingsBuilder(PdfViewerPasswordFieldSettings)
Declaration
public PdfViewerPasswordFieldSettingsBuilder(PdfViewerPasswordFieldSettings model)
Parameters
Methods
Alignment(TextAlignment)
Get or set the alignment of the text.
Declaration
public PdfViewerPasswordFieldSettingsBuilder Alignment(TextAlignment value)
Parameters
Returns
BackgroundColor(String)
Get or set the background color of the password field in hexadecimal string format.
Declaration
public PdfViewerPasswordFieldSettingsBuilder BackgroundColor(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
BorderColor(String)
Get or set the border color of the password field.
Declaration
public PdfViewerPasswordFieldSettingsBuilder BorderColor(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Bounds(Object)
Get or set the form field bounds.
Declaration
public PdfViewerPasswordFieldSettingsBuilder Bounds(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Color(String)
Get or set the font color of the password field in hexadecimal string format.
Declaration
public PdfViewerPasswordFieldSettingsBuilder Color(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
CustomData(Object)
specifies the custom data of the form fields.
Declaration
public PdfViewerPasswordFieldSettingsBuilder CustomData(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
FontFamily(String)
Get or set the font family of the password field.
Declaration
public PdfViewerPasswordFieldSettingsBuilder FontFamily(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FontSize(Double)
Get or set the font size of the password field.
Declaration
public PdfViewerPasswordFieldSettingsBuilder FontSize(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
FontStyle(FontStyle)
Get or set the font Style of password field.
Declaration
public PdfViewerPasswordFieldSettingsBuilder FontStyle(FontStyle value)
Parameters
Returns
IsPrint(Boolean)
Get or set the boolean value to print the password field. TRUE by default.
Declaration
public PdfViewerPasswordFieldSettingsBuilder IsPrint(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
IsReadOnly(Boolean)
Specifies whether the password field is in read-only or read-write mode. FALSE by default.
Declaration
public PdfViewerPasswordFieldSettingsBuilder IsReadOnly(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
IsRequired(Boolean)
If it is set as true, consider as mandatory field in the PDF document. By default it is false.
Declaration
public PdfViewerPasswordFieldSettingsBuilder IsRequired(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
MaxLength(Double)
Get or set the maximum character length.
Declaration
public PdfViewerPasswordFieldSettingsBuilder MaxLength(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Name(String)
Get or set the name of the form field element.
Declaration
public PdfViewerPasswordFieldSettingsBuilder Name(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
PageNumber(Double)
specifies the page number of the form field.
Declaration
public PdfViewerPasswordFieldSettingsBuilder PageNumber(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Thickness(Double)
Get or set the thickness of the password field.
Declaration
public PdfViewerPasswordFieldSettingsBuilder Thickness(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Get or set the text to be displayed as tooltip. By default it is empty.
Declaration
public PdfViewerPasswordFieldSettingsBuilder Tooltip(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Value(String)
Get or set the value of the form field.
Declaration
public PdfViewerPasswordFieldSettingsBuilder Value(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Visibility(Visibility)
Gets or set the visibility of the form field.
Declaration
public PdfViewerPasswordFieldSettingsBuilder Visibility(Visibility value)
Parameters
Returns