Class PdfViewerScrollSettings
Inheritance
System.Object
PdfViewerScrollSettings
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
public class PdfViewerScrollSettings : BaseComponent, IDisposable
Constructors
Declaration
public PdfViewerScrollSettings()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
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
Type |
Description |
System.Int32 |
|
Declaration
protected override string jsProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Overrides
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Declaration
public string GetJSNamespace()
Returns
Type |
Description |
System.String |
|
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable