menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerCheckBoxFieldSettings

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

    Constructors

    PdfViewerCheckBoxFieldSettings()

    Declaration
    public PdfViewerCheckBoxFieldSettings()

    Properties

    BackgroundColor

    Get or set the background color of the check box 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 check 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

    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

    IsChecked

    Specifies whether the check box is in checked state or not.

    Declaration
    public bool IsChecked { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is null

    IsPrint

    Get or set the boolean value to print the check box 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 check box 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 check box.

    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 check 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 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 check box.

    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