ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerCustomStampSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    PdfViewerCustomStampSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerCustomStampSettings : EJTagHelper

    Constructors

    PdfViewerCustomStampSettings()

    Declaration
    public PdfViewerCustomStampSettings()

    Properties

    AllowedInteractions

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

    Declaration
    [HtmlAttributeName("allowedInteractions")]
    public object AllowedInteractions { get; set; }
    Property Value
    Type Description
    System.Object

    Author

    specifies the author of the annotation.

    Declaration
    [HtmlAttributeName("author")]
    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>

    CustomStamps

    Define the custom image path and it's name to be displayed in the menu items.

    Declaration
    [HtmlAttributeName("customStamps")]
    public object CustomStamps { get; set; }
    Property Value
    Type Description
    System.Object

    EnableCustomStamp

    If it is set as false. then the custom stamp items won't be visible in the annotation toolbar stamp menu items.

    Declaration
    [HtmlAttributeName("enableCustomStamp")]
    public bool EnableCustomStamp { get; set; }
    Property Value
    Type Description
    System.Boolean

    Height

    specifies the height of the annotation.

    Declaration
    [HtmlAttributeName("height")]
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    IsAddToMenu

    Specifies to maintain the newly added custom stamp element in the menu items.

    Declaration
    [HtmlAttributeName("isAddToMenu")]
    public bool IsAddToMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    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
    [HtmlAttributeName("isLock")]
    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
    [HtmlAttributeName("isPrint")]
    public bool IsPrint { get; set; }
    Property Value
    Type Description
    System.Boolean

    Left

    specifies the left position of the annotation.

    Declaration
    [HtmlAttributeName("left")]
    public double Left { get; set; }
    Property Value
    Type Description
    System.Double

    MaxHeight

    specifies the minHeight of the annotation.

    Declaration
    [HtmlAttributeName("maxHeight")]
    public double MaxHeight { get; set; }
    Property Value
    Type Description
    System.Double

    MaxWidth

    specifies the maxWidth of the annotation.

    Declaration
    [HtmlAttributeName("maxWidth")]
    public double MaxWidth { get; set; }
    Property Value
    Type Description
    System.Double

    MinHeight

    specifies the minHeight of the annotation.

    Declaration
    [HtmlAttributeName("minHeight")]
    public double MinHeight { get; set; }
    Property Value
    Type Description
    System.Double

    MinWidth

    specifies the minWidth of the annotation.

    Declaration
    [HtmlAttributeName("minWidth")]
    public double MinWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Offset

    Get or set offset of the annotation.

    Declaration
    [HtmlAttributeName("offset")]
    public object Offset { get; set; }
    Property Value
    Type Description
    System.Object

    Opacity

    specifies the opacity of the annotation.

    Declaration
    [HtmlAttributeName("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    PageNumber

    Get or set page number of the annotation.

    Declaration
    [HtmlAttributeName("pageNumber")]
    public double PageNumber { get; set; }
    Property Value
    Type Description
    System.Double

    ParentPropertyName

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

    Top

    specifies the top position of the annotation.

    Declaration
    [HtmlAttributeName("top")]
    public double Top { get; set; }
    Property Value
    Type Description
    System.Double

    Width

    specifies the width of the annotation.

    Declaration
    [HtmlAttributeName("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved