menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PdfViewerServerActionSettingsBuilder

    Class PdfViewerServerActionSettingsBuilder.

    Inheritance
    System.Object
    PdfViewerServerActionSettingsBuilder
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class PdfViewerServerActionSettingsBuilder

    Constructors

    PdfViewerServerActionSettingsBuilder(PdfViewerServerActionSettings)

    Initializes a new instance of the PdfViewerServerActionSettingsBuilder class.

    Declaration
    public PdfViewerServerActionSettingsBuilder(PdfViewerServerActionSettings serverActionSettings)
    Parameters
    Type Name Description
    PdfViewerServerActionSettings serverActionSettings

    The toolbar settings.

    Methods

    Download(String)

    Specifies the Download action method in the server

    Declaration
    public PdfViewerServerActionSettingsBuilder Download(string value)
    Parameters
    Type Name Description
    System.String value

    The value.

    Returns
    Type Description
    PdfViewerServerActionSettingsBuilder

    PdfViewerServerActionSettingsBuilder

    FileUpload(String)

    Specifies the FileUpload action method in the server

    Declaration
    public PdfViewerServerActionSettingsBuilder FileUpload(string value)
    Parameters
    Type Name Description
    System.String value

    The value.

    Returns
    Type Description
    PdfViewerServerActionSettingsBuilder

    PdfViewerServerActionSettingsBuilder

    Load(String)

    Specifies the Load action method in the server

    Declaration
    public PdfViewerServerActionSettingsBuilder Load(string value)
    Parameters
    Type Name Description
    System.String value

    The value.

    Returns
    Type Description
    PdfViewerServerActionSettingsBuilder

    PdfViewerServerActionSettingsBuilder

    Print(String)

    Specifies the Print action method in the server

    Declaration
    public PdfViewerServerActionSettingsBuilder Print(string value)
    Parameters
    Type Name Description
    System.String value

    The value.

    Returns
    Type Description
    PdfViewerServerActionSettingsBuilder

    PdfViewerServerActionSettingsBuilder

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