ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerAjaxRequestSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    PdfViewerAjaxRequestSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerAjaxRequestSettingsBuilder : ControlBuilder

    Constructors

    PdfViewerAjaxRequestSettingsBuilder()

    Declaration
    public PdfViewerAjaxRequestSettingsBuilder()

    PdfViewerAjaxRequestSettingsBuilder(PdfViewerAjaxRequestSettings)

    Declaration
    public PdfViewerAjaxRequestSettingsBuilder(PdfViewerAjaxRequestSettings model)
    Parameters
    Type Name Description
    PdfViewerAjaxRequestSettings model

    Methods

    AjaxHeaders(Object)

    set the ajax Header values in the PdfViewer.

    Declaration
    public PdfViewerAjaxRequestSettingsBuilder AjaxHeaders(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    PdfViewerAjaxRequestSettingsBuilder

    WithCredentials(Boolean)

    set the ajax credentials for the pdfviewer.

    Declaration
    public PdfViewerAjaxRequestSettingsBuilder WithCredentials(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    PdfViewerAjaxRequestSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved