menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerServerActionSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerServerActionSettings

    Represents the settings for server actions in the PDF viewer component.

    Inheritance
    System.Object
    PdfViewerServerActionSettings
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class PdfViewerServerActionSettings : SfBaseComponent
    Remarks

    This class handles the configuration of server action-related properties for operations such as downloading, printing, loading, and rendering various aspects of a PDF document in Blazor applications.

    Constructors

    PdfViewerServerActionSettings()

    Declaration
    public PdfViewerServerActionSettings()

    Properties

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.RenderFragment

    Download

    specifies the download action of PdfViewer.

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

    ExportAnnotations

    specifies the export annotations action of PdfViewer.

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

    ExportFormFields

    specifies the export action of PdfViewer.

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

    ImportAnnotations

    specifies the imports annotations action of PdfViewer.

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

    ImportFormFields

    specifies the imports action of PdfViewer.

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

    jsProperty

    Declaration
    protected string jsProperty { get; set; }
    Property Value
    Type
    System.String

    Load

    specifies the load action of PdfViewer.

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

    mainParent

    Declaration
    protected SfBaseComponent mainParent { get; set; }
    Property Value
    Type
    SfBaseComponent

    Print

    specifies the print action of PdfViewer.

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

    RenderComments

    specifies the annotation comments action of PdfViewer.

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

    RenderPages

    specifies the render action of PdfViewer.

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

    RenderTexts

    specifies the export action of PdfViewer.

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

    RenderThumbnail

    specifies the download action of PdfViewer.

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

    Unload

    specifies the unload action of PdfViewer.

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

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    GetJSNamespace()

    Declaration
    public string GetJSNamespace()
    Returns
    Type
    System.String

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved