ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerPolygonSettings

    Inheritance
    System.Object
    EJTagHelper
    PdfViewerPolygonSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerPolygonSettings : EJTagHelper

    Constructors

    PdfViewerPolygonSettings()

    Declaration
    public PdfViewerPolygonSettings()

    Properties

    AllowedInteractions

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

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

    AnnotationSelectorSettings

    specifies the annotation selector settings of the annotation.

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

    Author

    specifies the author of the annotation.

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

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    CustomData

    specifies the custom data of the annotation.

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

    FillColor

    specifies the fill color of the annotation.

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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    IsLock

    specifies the locked action of the annotation.

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

    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

    MaxHeight

    specifies the minHeight of the annotation.

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

    MaxWidth

    specifies the maxWidth of the annotation.

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

    MinHeight

    specifies the minHeight of the annotation.

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

    MinWidth

    specifies the minWidth of the annotation.

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

    Opacity

    specifies the opacity of the annotation.

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

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    StrokeColor

    specifies the stroke color of the annotation.

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

    Thickness

    specified the thickness of the annotation.

    Declaration
    public double Thickness { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved