menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewerBase - API Reference

    Show / Hide Table of Contents

    Class ViewerBase

    Inheritance
    System.Object
    ViewerBase
    Namespace: Syncfusion.Blazor.PdfViewerServer
    Assembly: Syncfusion.Blazor.PdfViewerServer.dll
    Syntax
    public class ViewerBase : Object

    Constructors

    ViewerBase(IMemoryCache, PdfViewerBase)

    Declaration
    public ViewerBase(IMemoryCache memoryCache, PdfViewerBase pdfViewerBase)
    Parameters
    Type Name Description
    Microsoft.Extensions.Caching.Memory.IMemoryCache memoryCache
    PdfViewerBase pdfViewerBase

    Methods

    Bookmarks(Dictionary<String, String>)

    Declaration
    public object Bookmarks(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    Download(Dictionary<String, String>)

    Declaration
    public object Download(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    ExportAnnotations(Dictionary<String, String>)

    Declaration
    public object ExportAnnotations(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    ExportFormFields(Dictionary<String, String>)

    Declaration
    public object ExportFormFields(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    ImportAnnotations(Dictionary<String, String>)

    Declaration
    public object ImportAnnotations(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    ImportFormFields(Dictionary<String, String>)

    Declaration
    public object ImportFormFields(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    Load(Dictionary<String, String>, Dictionary<String, Object>)

    Declaration
    public object Load(Dictionary<string, string> jsonObject, Dictionary<string, object> JsonResult = null)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    System.Collections.Generic.Dictionary<System.String, System.Object> JsonResult
    Returns
    Type Description
    System.Object

    PrintImages(Dictionary<String, String>)

    Declaration
    public object PrintImages(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    RenderAnnotationComments(Dictionary<String, String>)

    Declaration
    public object RenderAnnotationComments(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    RenderPdfPages(Dictionary<String, String>)

    Declaration
    public object RenderPdfPages(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    RenderPdfTexts(Dictionary<String, String>)

    Declaration
    public object RenderPdfTexts(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    RenderThumbnailImages(Dictionary<String, String>)

    Declaration
    public object RenderThumbnailImages(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Returns
    Type Description
    System.Object

    Unload(Dictionary<String, String>)

    Declaration
    public void Unload(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved