Class PdfViewerToolbarSettings
Inheritance
System.Object
PdfViewerToolbarSettings
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
public class PdfViewerToolbarSettings : BaseComponent, IDisposable
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 |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
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
Enable or disables the toolbar of PdfViewer. By default it is true.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Collections.Generic.List<ToolbarItem> |
|
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