Class PdfViewerScrollSettings
Inheritance
System.Object
PdfViewerScrollSettings
Assembly: Syncfusion.Blazor.dll
public class PdfViewerScrollSettings : SfBaseComponent
Constructors
Declaration
public PdfViewerScrollSettings()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
Increase or decrease the render pdf page request delay on scrolling action and it's unit is milli seconds.
Declaration
public int DelayPageRequestTimeOnScroll { get; set; }
Property Value
Declaration
protected string jsProperty { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Declaration
public string GetJSNamespace()
Returns
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |