menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerFreeTextSettings

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

    Constructors

    PdfViewerFreeTextSettings()

    Declaration
    public PdfViewerFreeTextSettings()

    Properties

    AllowedInteractions

    Gets or sets the allowed interactions for the locked free text annotations. IsLock can be configured using free text settings.

    Declaration
    public object AllowedInteractions { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    AllowEditTextOnly

    specifies the allow text only action of the free text annotation.

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

    The default value is null

    AnnotationSelectorSettings

    specifies the annotation selector settings of the annotation.

    Declaration
    public object AnnotationSelectorSettings { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Author

    specifies the author of the annotation.

    Declaration
    public string Author { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    BorderColor

    specifies the border color of the annotation.

    Declaration
    public string BorderColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    BorderStyle

    specifies the border style of the annotation.

    Declaration
    public string BorderStyle { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    BorderWidth

    specifies the border with of the annotation.

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

    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 annotation.

    Declaration
    public object CustomData { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    DefaultText

    setting the default text for annotation.

    Declaration
    public string DefaultText { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    EnableAutoFit

    Enable or disable auto fit mode for FreeText annotation in the Pdfviewer. FALSE by default.

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

    The default value is null

    FillColor

    specifies the background fill color of the annotation.

    Declaration
    public string FillColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    FontColor

    specifies the text box font color of the annotation.

    Declaration
    public string FontColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    FontFamily

    specifies the text box font family of the annotation.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    FontSize

    specifies the text box font size of the annotation.

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

    The default value is null

    FontStyle

    applying the font styles for the text.

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type Description
    FontStyle

    The default value is null

    Height

    specifies the height of the annotation.

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

    The default value is null

    IsLock

    specifies the locked action of the annotation.

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

    The default value is null

    IsPrint

    specifies whether the individual annotations are included or not in print actions.

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

    The default value is null

    IsReadonly

    Allow to edit the FreeText annotation. FALSE, by default.

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

    The default value is null

    MaxHeight

    specifies the minHeight of the annotation.

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

    The default value is null

    MaxWidth

    specifies the maxWidth of the annotation.

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

    The default value is null

    MinHeight

    specifies the minHeight of the annotation.

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

    The default value is null

    MinWidth

    specifies the minWidth of the annotation.

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

    The default value is null

    Offset

    Get or set offset of the annotation.

    Declaration
    public object Offset { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Opacity

    specifies the opacity of the annotation.

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

    The default value is null

    PageNumber

    Get or set page number of the annotation.

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

    The default value is null

    Subject

    specifies the subject of the annotation.

    Declaration
    public string Subject { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    TextAlignment

    Aligning the text in the annotation.

    Declaration
    public TextAlignment TextAlignment { get; set; }
    Property Value
    Type Description
    TextAlignment

    The default value is null

    Width

    specifies the width of the annotation.

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

    The default value is null

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