Class PdfViewerStrikethroughSettings
Represents the strikethrough annotation settings of the PDF Viewer.
Inheritance
PdfViewerStrikethroughSettings
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfViewerStrikethroughSettings : PdfViewerTextMarkupSettings
Remarks
This class provides configurations and settings specific to the strikethrough annotation functionality
of the PDF Viewer component.
It is designed to be initialized and used as part of the PDF Viewer lifecycle.
Constructors
PdfViewerStrikethroughSettings()
Declaration
public PdfViewerStrikethroughSettings()
Properties
JsNamespace
Gets or sets the JavaScript namespace used for interop mapping.
Declaration
protected override string JsNamespace { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
JsProperty
Declaration
protected string JsProperty { get; set; }
Property Value
| Type |
|---|
| string |
MainParent
Declaration
protected SfBaseComponent MainParent { get; set; }
Property Value
| Type |
|---|
| SfBaseComponent |
SfTagIndex
Gets or sets the tag index used for internal component identification.
Declaration
protected override int SfTagIndex { get; set; }
Property Value
| Type |
|---|
| int |
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |