Class PdfViewerServerActionSettings
Inheritance
System.Object
PdfViewerServerActionSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerServerActionSettings : SfBaseComponent
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
ExportAnnotations
specifies the export annotations action of PdfViewer.
Declaration
public string ExportAnnotations { get; set; }
Property Value
specifies the export action of PdfViewer.
Declaration
public string ExportFormFields { get; set; }
Property Value
ImportAnnotations
specifies the imports annotations action of PdfViewer.
Declaration
public string ImportAnnotations { get; set; }
Property Value
specifies the imports action of PdfViewer.
Declaration
public string ImportFormFields { get; set; }
Property Value
jsProperty
Declaration
protected string jsProperty { get; set; }
Property Value
Load
specifies the load action of PdfViewer.
Declaration
public string Load { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
Print
specifies the print action of PdfViewer.
Declaration
public string Print { get; set; }
Property Value
specifies the annotation comments action of PdfViewer.
Declaration
public string RenderComments { get; set; }
Property Value
RenderPages
specifies the render action of PdfViewer.
Declaration
public string RenderPages { get; set; }
Property Value
RenderTexts
specifies the export action of PdfViewer.
Declaration
public string RenderTexts { get; set; }
Property Value
RenderThumbnail
specifies the download action of PdfViewer.
Declaration
public string RenderThumbnail { get; set; }
Property Value
Unload
specifies the unload action of PdfViewer.
Declaration
public string Unload { get; set; }
Property Value
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
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |