Class PdfViewerPolygonSettings
Represents the polygon annotation settings of the PDF Viewer.
Inheritance
System.Object
PdfViewerPolygonSettings
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfViewerPolygonSettings : PdfViewerShapeSettings
Constructors
PdfViewerPolygonSettings()
Declaration
public PdfViewerPolygonSettings()
Properties
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Overrides
JsProperty
Declaration
protected override string JsProperty { get; set; }
Property Value
Overrides
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