ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerServerActionSettings

    Show / Hide Table of Contents

    Class PdfViewerServerActionSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    PdfViewerServerActionSettings
    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 PdfViewerServerActionSettings : EJTagHelper

    Constructors

    PdfViewerServerActionSettings()

    Declaration
    public PdfViewerServerActionSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Download

    specifies the download action of PdfViewer.

    Declaration
    [HtmlAttributeName("download")]
    public string Download { get; set; }
    Property Value
    Type Description
    System.String

    ExportAnnotations

    specifies the export annotations action of PdfViewer.

    Declaration
    [HtmlAttributeName("exportAnnotations")]
    public string ExportAnnotations { get; set; }
    Property Value
    Type Description
    System.String

    ExportFormFields

    specifies the export action of PdfViewer.

    Declaration
    [HtmlAttributeName("exportFormFields")]
    public string ExportFormFields { get; set; }
    Property Value
    Type Description
    System.String

    ImportAnnotations

    specifies the imports annotations action of PdfViewer.

    Declaration
    [HtmlAttributeName("importAnnotations")]
    public string ImportAnnotations { get; set; }
    Property Value
    Type Description
    System.String

    ImportFormFields

    specifies the imports action of PdfViewer.

    Declaration
    [HtmlAttributeName("importFormFields")]
    public string ImportFormFields { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

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

    Load

    specifies the load action of PdfViewer.

    Declaration
    [HtmlAttributeName("load")]
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    ParentPropertyName

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

    Print

    specifies the print action of PdfViewer.

    Declaration
    [HtmlAttributeName("print")]
    public string Print { get; set; }
    Property Value
    Type Description
    System.String

    RenderComments

    specifies the annotation comments action of PdfViewer.

    Declaration
    [HtmlAttributeName("renderComments")]
    public string RenderComments { get; set; }
    Property Value
    Type Description
    System.String

    RenderPages

    specifies the render action of PdfViewer.

    Declaration
    [HtmlAttributeName("renderPages")]
    public string RenderPages { get; set; }
    Property Value
    Type Description
    System.String

    RenderTexts

    specifies the export action of PdfViewer.

    Declaration
    [HtmlAttributeName("renderTexts")]
    public string RenderTexts { get; set; }
    Property Value
    Type Description
    System.String

    RenderThumbnail

    specifies the download action of PdfViewer.

    Declaration
    [HtmlAttributeName("renderThumbnail")]
    public string RenderThumbnail { get; set; }
    Property Value
    Type Description
    System.String

    Unload

    specifies the unload action of PdfViewer.

    Declaration
    [HtmlAttributeName("unload")]
    public string Unload { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved