Class PdfViewerUnderlineSettings
Inheritance
System.Object
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerTextMarkupSettings
PdfViewerUnderlineSettings
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerUnderlineSettings : PdfViewerTextMarkupSettings, IDisposable
Constructors
PdfViewerUnderlineSettings()
Declaration
public PdfViewerUnderlineSettings()
Properties
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Type |
---|
System.String |
Overrides
JsProperty
Declaration
protected string JsProperty { get; set; }
Property Value
Type |
---|
System.String |
MainParent
Declaration
protected SfBaseComponent MainParent { get; set; }
Property Value
Type |
---|
SfBaseComponent |
SfTagIndex
Declaration
protected override int SfTagIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Overrides
Implements
System.IDisposable