ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerServerActionSettings

    Inheritance
    System.Object
    EJTagHelper
    PdfViewerServerActionSettings
    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 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
    public string Download { get; set; }
    Property Value
    Type Description
    System.String

    ExportAnnotations

    specifies the export annotations action of PdfViewer.

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

    ExportFormFields

    specifies the export action of PdfViewer.

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

    ImportAnnotations

    specifies the imports annotations action of PdfViewer.

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

    ImportFormFields

    specifies the imports action of PdfViewer.

    Declaration
    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
    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
    public string Print { get; set; }
    Property Value
    Type Description
    System.String

    RenderComments

    specifies the annotation comments action of PdfViewer.

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

    RenderPages

    specifies the render action of PdfViewer.

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

    RenderTexts

    specifies the export action of PdfViewer.

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

    RenderThumbnail

    specifies the download action of PdfViewer.

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

    Unload

    specifies the unload action of PdfViewer.

    Declaration
    public string Unload { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved