Class PdfViewerLineSettings
Represents the settings for line styles in the PDF viewer component in Blazor applications.
Inheritance
System.Object
PdfViewerLineSettings
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfViewerLineSettings : PdfViewerShapeSettings
Examples
Below is an example of how to use PdfViewerLineSettings
in a Blazor component:
Constructors
PdfViewerLineSettings()
Declaration
public PdfViewerLineSettings()
Properties
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Overrides
JsProperty
Declaration
protected override string JsProperty { get; set; }
Property Value
Overrides
LineHeadEndStyle
Defines the head end style of the line annotation. By default it is "".
Declaration
public virtual LineHeadStyle LineHeadEndStyle { get; set; }
Property Value
LineHeadStartStyle
Defines the head end style of the line annotation. By default it is "".
Declaration
public virtual LineHeadStyle LineHeadStartStyle { get; set; }
Property Value
MainParent
Declaration
protected override SfBaseComponent MainParent { get; set; }
Property Value
Overrides
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
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides