Class PdfViewerShapeSettings
Represents the attributes of shape annotation settings.
Inheritance
System.Object
PdfViewerShapeSettings
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public abstract class PdfViewerShapeSettings : PdfViewerAnnotationSettings
Constructors
PdfViewerShapeSettings()
Declaration
protected PdfViewerShapeSettings()
Properties
AnnotationSelectorSettings
Defines the annotaton selector settings for the annotation.
Declaration
public PdfViewerAnnotationSelectorSettings AnnotationSelectorSettings { get; set; }
Property Value
BorderDashArray
Defines the border dash array. By default it is .
Declaration
public int[] BorderDashArray { get; set; }
Property Value
FillColor
specifies the fill color of the annotation.
Declaration
public string FillColor { get; set; }
Property Value
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Overrides
JsProperty
Declaration
protected virtual string JsProperty { get; set; }
Property Value
MainParent
Declaration
protected virtual SfBaseComponent MainParent { get; set; }
Property Value
Opacity
Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.
Declaration
public double Opacity { get; set; }
Property Value
SfTagIndex
Declaration
protected override int SfTagIndex { get; set; }
Property Value
Overrides
StrokeColor
Defines the stroke color of the shape annotations. By default it is "".
Declaration
public string StrokeColor { get; set; }
Property Value
Thickness
Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.
Declaration
public int Thickness { get; set; }
Property Value
Methods
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
UpdateChildProperties(PdfViewerAnnotationSelectorSettings)
Declaration
public void UpdateChildProperties(PdfViewerAnnotationSelectorSettings value)
Parameters