menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerServerActionSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PdfViewerServerActionSettingsBuilder
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerServerActionSettingsBuilder : ControlBuilder

    Constructors

    PdfViewerServerActionSettingsBuilder()

    Declaration
    public PdfViewerServerActionSettingsBuilder()

    PdfViewerServerActionSettingsBuilder(PdfViewerServerActionSettings)

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

    Methods

    Download(String)

    specifies the download action of PdfViewer.

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

    ExportAnnotations(String)

    specifies the export annotations action of PdfViewer.

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

    ExportFormFields(String)

    specifies the export action of PdfViewer.

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

    ImportAnnotations(String)

    specifies the imports annotations action of PdfViewer.

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

    ImportFormFields(String)

    specifies the imports action of PdfViewer.

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

    Load(String)

    specifies the load action of PdfViewer.

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

    Print(String)

    specifies the print action of PdfViewer.

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

    RenderComments(String)

    specifies the annotation comments action of PdfViewer.

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

    RenderPages(String)

    specifies the render action of PdfViewer.

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

    RenderTexts(String)

    specifies the export action of PdfViewer.

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

    RenderThumbnail(String)

    specifies the download action of PdfViewer.

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

    Unload(String)

    specifies the unload action of PdfViewer.

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

    ValidatePassword(String)

    Specifies the password validation action of PDF Viewer.

    Declaration
    public PdfViewerServerActionSettingsBuilder ValidatePassword(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerServerActionSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved