Class ViewerBase
Inheritance
System.Object
ViewerBase
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 |
|
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 |
|
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 |
|
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 |
|