menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PdfViewerServerActionSettings

    Class ServerActionSettings.

    Inheritance
    System.Object
    PdfViewerServerActionSettings
    Inherited Members
    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.JavaScript.Models.PDFViewer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class PdfViewerServerActionSettings

    Constructors

    PdfViewerServerActionSettings()

    Declaration
    public PdfViewerServerActionSettings()

    Properties

    Download

    Specifies the Download Action method in the Server

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

    FileUpload

    Specifies the FileUpload Action method in the Server

    Declaration
    [JsonProperty("fileUpload")]
    public string FileUpload { get; set; }
    Property Value
    Type Description
    System.String

    Load

    Specifies the Load Action method in the Server

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

    Print

    Specifies the Print Action method in the Server

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