Class PdfViewerTileRenderingSettings
Inheritance
System.Object
PdfViewerTileRenderingSettings
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerTileRenderingSettings : BaseComponent, IDisposable
Constructors
PdfViewerTileRenderingSettings()
Declaration
public PdfViewerTileRenderingSettings()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
EnableTileRendering
If it is set as true, PDF Viewer page will be rendered with multiple tile images. By default it is false.
Declaration
public bool EnableTileRendering { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
jsProperty
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
X
Defines the context menu action. By default it is RightClick. If it is set as MouseUp, context menu will open on mouse up action instead of rightclick action.
Declaration
public int X { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Y
Defines the context menu items shoule be visibled in the PDF Viewer.
Declaration
public int Y { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.String |
|
OnInitializedAsync()
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