menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerServerActionSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PdfViewerServerActionSettings
    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
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Download

    specifies the download action of PdfViewer.

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

    The default value is null

    ExportAnnotations

    specifies the export annotations action of PdfViewer.

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

    The default value is null

    ExportFormFields

    specifies the export action of PdfViewer.

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

    The default value is null

    ImportAnnotations

    specifies the imports annotations action of PdfViewer.

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

    The default value is null

    ImportFormFields

    specifies the imports action of PdfViewer.

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

    The default value is null

    Load

    specifies the load action of PdfViewer.

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

    The default value is null

    Print

    specifies the print action of PdfViewer.

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

    The default value is null

    RenderComments

    specifies the annotation comments action of PdfViewer.

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

    The default value is null

    RenderPages

    specifies the render action of PdfViewer.

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

    The default value is null

    RenderTexts

    specifies the export action of PdfViewer.

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

    The default value is null

    RenderThumbnail

    specifies the download action of PdfViewer.

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

    The default value is null

    Unload

    specifies the unload action of PdfViewer.

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

    The default value is null

    ValidatePassword

    Specifies the password validation action of PDF Viewer.

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

    The default value is null

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