Class PdfViewerToolbarSettings
Inheritance
System.Object
PdfViewerToolbarSettings
Assembly: Syncfusion.Blazor.dll
public class PdfViewerToolbarSettings : SfBaseComponent
Constructors
Declaration
public PdfViewerToolbarSettings()
Properties
Provide option to customize the annotation toolbar of the PDF Viewer. PDF Viewer annotation toolbar will be rendered only options configured with this property.
Declaration
public List<AnnotationToolbarItem> AnnotationToolbarItems { get; set; }
Property Value
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
Declaration
protected string jsProperty { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
Enable or disables the toolbar of PdfViewer. By default it is true.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Provide option to customize the toolbar of the PDF Viewer. PDF Viewer toolbar will be rendered only options configured with this property.
Declaration
public List<ToolbarItem> ToolbarItems { 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 void OnParametersSet()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |