Class PdfViewerTileRenderingSettings
Inheritance
System.Object
PdfViewerTileRenderingSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerTileRenderingSettings : SfBaseComponent
Constructors
PdfViewerTileRenderingSettings()
Declaration
public PdfViewerTileRenderingSettings()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
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
jsProperty
Declaration
protected string jsProperty { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
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
Y
Defines the context menu items shoule be visibled in the PDF Viewer.
Declaration
public int Y { 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 |