Class PdfViewerStrikethroughSettings
Represents the strikethrough annotation settings of the PDF Viewer.
Inheritance
System.Object
PdfViewerStrikethroughSettings
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfViewerStrikethroughSettings : PdfViewerTextMarkupSettings
Constructors
PdfViewerStrikethroughSettings()
Declaration
public PdfViewerStrikethroughSettings()
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