menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerStampSettings - API Reference

    Show / Hide Table of Contents

    Class PdfViewerStampSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    PdfViewerStampSettings
    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.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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 PdfViewerStampSettings : EJTagHelper

    Constructors

    PdfViewerStampSettings()

    Declaration
    public PdfViewerStampSettings()

    Properties

    AllowedInteractions

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

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

    The default value is null

    AnnotationSelectorSettings

    specifies the annotation selector settings of the annotation.

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

    The default value is null

    Author

    specifies the author of the annotation.

    Declaration
    [HtmlAttributeName("author")]
    public string Author { 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 Description
    MvcTemplate<System.Object>

    CustomData

    specifies the custom data of the annotation.

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

    The default value is null

    DynamicStamps

    Provide option to define the required dynamic stamp items to be displayed in annotation toolbar menu.

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

    The default value is null

    Height

    specifies the height of the annotation.

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

    The default value is null

    MaxHeight

    specifies the minHeight of the annotation.

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

    The default value is null

    MaxWidth

    specifies the maxWidth of the annotation.

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

    The default value is null

    MinHeight

    specifies the minHeight of the annotation.

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

    The default value is null

    MinWidth

    specifies the minWidth of the annotation.

    Declaration
    [HtmlAttributeName("minWidth")]
    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
    [HtmlAttributeName("offset")]
    public object Offset { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Opacity

    specifies the opacity of the annotation.

    Declaration
    [HtmlAttributeName("opacity")]
    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
    [HtmlAttributeName("pageNumber")]
    public double PageNumber { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    SignStamps

    Provide option to define the required sign stamp items to be displayed in annotation toolbar menu.

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

    The default value is null

    StandardBusinessStamps

    Provide option to define the required standard business stamp items to be displayed in annotation toolbar menu.

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

    The default value is null

    Width

    specifies the width of the annotation.

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

    The default value is null

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