Class PdfViewerHighlightSettings
Represents the highlight annotation settings of the PDF Viewer.
Inheritance
System.Object
PdfViewerHighlightSettings
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfViewerHighlightSettings : PdfViewerTextMarkupSettings
Constructors
PdfViewerHighlightSettings()
Declaration
public PdfViewerHighlightSettings()
Properties
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Overrides
JsProperty
Declaration
protected string JsProperty { get; set; }
Property Value
MainParent
Declaration
protected SfBaseComponent MainParent { get; set; }
Property Value
SfTagIndex
Declaration
protected override int SfTagIndex { get; set; }
Property Value
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Overrides