Class PdfViewerArrowSettings
Represents the arrow settings of the PDF Viewer.
Inheritance
System.Object
PdfViewerArrowSettings
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfViewerArrowSettings : PdfViewerLineSettings
Remarks
This class provides configurations and settings specific to the arrow annotation functionality of the PDF Viewer component. It is designed to be initialized and used as part of the PDF Viewer lifecycle.
Examples
Below is an example of how to use PdfViewerArrowSettings
in a Blazor component:
Constructors
PdfViewerArrowSettings()
Declaration
public PdfViewerArrowSettings()
Properties
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Type |
---|
System.String |
Overrides
JsProperty
Declaration
protected override string JsProperty { get; set; }
Property Value
Type |
---|
System.String |
Overrides
LineHeadEndStyle
Gets or sets the style for the end of the line. The default style is Closed.
Declaration
public override LineHeadStyle LineHeadEndStyle { get; set; }
Property Value
Type |
---|
LineHeadStyle |
Overrides
LineHeadStartStyle
Gets or sets the style for the start of the line. The default style is Closed.
Declaration
public override LineHeadStyle LineHeadStartStyle { get; set; }
Property Value
Type |
---|
LineHeadStyle |
Overrides
MainParent
Declaration
protected override SfBaseComponent MainParent { get; set; }
Property Value
Type |
---|
SfBaseComponent |
Overrides
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 |