menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerPasswordFieldSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerPasswordFieldSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PdfViewerPasswordFieldSettings
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerPasswordFieldSettings : EJTagHelper

    Constructors

    PdfViewerPasswordFieldSettings()

    Declaration
    public PdfViewerPasswordFieldSettings()

    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 password field 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 password 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 password field 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>

    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

    FontFamily

    Get or set the font family of the password 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 password 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 password 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 password 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 password 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

    MaxLength

    Get or set the maximum character length.

    Declaration
    public double MaxLength { get; set; }
    Property Value
    Type Description
    System.Double

    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 password 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 tooltip. 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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved