Class PdfViewerDistanceSettings
Inheritance
System.Object
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings
PdfViewerDistanceSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerDistanceSettings : PdfViewerLineSettings
Constructors
PdfViewerDistanceSettings()
Declaration
public PdfViewerDistanceSettings()
Properties
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Overrides
JsProperty
Declaration
protected override string JsProperty { get; set; }
Property Value
Overrides
LeaderLength
Defines the leader length of the annotation. By default it is 40.
Declaration
public double LeaderLength { 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