Class PdfViewerArrowSettings
Represents the arrow settings of the PDF Viewer.
Inheritance
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
Gets or sets the JavaScript interop namespace for this component.
Declaration
protected override string JsNamespace { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
JsProperty
Gets or sets the JS interop property name used internally.
Declaration
protected override string JsProperty { get; set; }
Property Value
| Type |
|---|
| 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
Gets or sets the parent base component reference.
Declaration
protected override SfBaseComponent MainParent { get; set; }
Property Value
| Type |
|---|
| SfBaseComponent |
Overrides
SfTagIndex
Gets or sets tag index used to compose the JS namespace within the parent hierarchy.
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 |